mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-16 11:09:29 +00:00
Configure haskell indentation
This commit is contained in:
parent
f1bd0d8451
commit
dc8238986f
1 changed files with 5 additions and 0 deletions
|
@ -227,6 +227,11 @@ A strongly typed, pure functional language.
|
||||||
(use-package haskell-mode
|
(use-package haskell-mode
|
||||||
:ensure t
|
:ensure t
|
||||||
:mode "\.hs$")
|
:mode "\.hs$")
|
||||||
|
|
||||||
|
(use-package hi2
|
||||||
|
:ensure t
|
||||||
|
:commands turn-on-hi2
|
||||||
|
:init (add-hook 'haskell-mode-hook 'turn-on-hi2))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
*** PHP
|
*** PHP
|
||||||
#+name: programming
|
#+name: programming
|
||||||
|
|
Loading…
Reference in a new issue