diff options
-rw-r--r-- | smart-documents.org | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/smart-documents.org b/smart-documents.org index ea29855..b13221d 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -1022,6 +1022,9 @@ Python is included by default on most Linux distributions. #+BEGIN_SRC emacs-lisp :tangle yes (use-package tuareg) + (use-package merlin) + (add-hook 'tuareg-mode-hook #'merlin-mode) + (use-package utop) #+END_SRC *** Haskell |