emacs: add docsets for haskell

This commit is contained in:
Julian Mutter 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

View File

@ -94,7 +94,7 @@
;;ein ; tame Jupyter notebooks with emacs
(eval +overlay) ; run code, run (also, repls)
;;gist ; interacting with github gists
lookup ; navigate your code and its documentation
(lookup +docsets) ; navigate your code and its documentation
lsp ; M-x vscode
magit ; a git porcelain for Emacs
make ; run make tasks from Emacs