Add haskell mode, update ocaml mode
This commit is contained in:
parent
005fb4fcfb
commit
c169983db6
9 changed files with 74 additions and 18 deletions
|
|
@ -27,7 +27,7 @@
|
|||
(setq-local
|
||||
ctags/refresh-command
|
||||
(format
|
||||
"uctags -e -R --languages=C -f %sTAGS %s/*"
|
||||
"ctags -e -R --languages=C -f %sTAGS %s/*"
|
||||
(projectile-project-root) (projectile-project-root))))
|
||||
|
||||
(add-hook 'c-mode-hook 'activate-clang-mode)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue