Add haskell mode, update ocaml mode

This commit is contained in:
Maciej 2020-08-08 23:34:56 +03:00
parent 005fb4fcfb
commit c169983db6
Signed by: maciej
GPG key ID: 41D62D42D3B0D765
9 changed files with 74 additions and 18 deletions

View file

@ -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)