emacs: add docsets for haskell

This commit is contained in:
2022-09-03 16:37:56 +02:00
parent 1b1d607430
commit 27c22d988b
2 changed files with 5 additions and 1 deletions

View File

@ -237,3 +237,7 @@
;; (flycheck-select-checker 'python-pylint))))
#+end_src
** Haskell
#+begin_src emacs-lisp :tangle yes
(set-docsets! 'haskell-mode "Haskell")
#+end_src