diff options
author | Marius Peter <marius.peter@tutanota.com> | 2021-08-14 09:14:04 -0700 |
---|---|---|
committer | Marius Peter <marius.peter@tutanota.com> | 2021-08-14 09:14:04 -0700 |
commit | 1ce11c36e004f7f465b391020f2ce285a1d275bc (patch) | |
tree | 75546158be14b85c8ffb69c14e54b7052c7e8e9d | |
parent | 41a4a12ea2546619bfbd21db3cba44abee49033a (diff) |
Haskell mode
-rw-r--r-- | smart-documents.org | 6 |
1 files changed, 6 insertions, 0 deletions
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 |