add haskell-mode
This commit is contained in:
parent
699a503388
commit
f565b17c43
1 changed files with 6 additions and 0 deletions
|
@ -956,6 +956,12 @@ this should be useful later
|
|||
:hook (rust-mode . eglot-ensure)
|
||||
:mode "\\.rs\\'")
|
||||
#+end_src
|
||||
** Haskell
|
||||
#+begin_src emacs-lisp
|
||||
(use-package haskell-mode
|
||||
:hook (haskell-mode . eglot-ensure)
|
||||
:mode "\\.hs'")
|
||||
#+end_src
|
||||
* Social
|
||||
#+begin_src emacs-lisp
|
||||
(message "Reached social")
|
||||
|
|
Loading…
Reference in a new issue