diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index a257c799..bc5817dc 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -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.