From 1ce11c36e004f7f465b391020f2ce285a1d275bc Mon Sep 17 00:00:00 2001 From: Marius Peter Date: Sat, 14 Aug 2021 09:14:04 -0700 Subject: Haskell mode --- smart-documents.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/smart-documents.org b/smart-documents.org index 52ad4c4..f4d164e 100644 --- a/smart-documents.org +++ b/smart-documents.org @@ -823,6 +823,12 @@ Python is included by default on most Linux distributions. (add-hook 'python-mode-hook 'py-yapf-enable-on-save) #+END_SRC +*** Haskell + +#+BEGIN_SRC emacs-lisp :tangle yes + (use-package haskell-mode) +#+END_SRC + ** File formats *** =csv= and Excel -- cgit v1.2.3