Add shm mode for haskell

This commit is contained in:
Ivan Malison 2016-08-23 11:08:06 -07:00
parent 6e5f74c5bb
commit f2e1823b91
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3677,6 +3677,12 @@ I've disabled perspective because I just don't use it much.
#+BEGIN_SRC emacs-lisp
(use-package hackernews :commands hackernews)
#+END_SRC
***** structured-haskell-mode
This needs a hackage install and I've never used it before. Just putting this here for later.
#+BEGIN_SRC emacs-lisp
(use-package shm
:disabled t)
#+END_SRC
* Keybindings
** kill-emacs
This ensures that C-x C-c will always kill emacs, even if we are running in server mode.