emacs: add docsets for haskell
This commit is contained in:
parent
1b1d607430
commit
27c22d988b
@ -237,3 +237,7 @@
|
|||||||
;; (flycheck-select-checker 'python-pylint))))
|
;; (flycheck-select-checker 'python-pylint))))
|
||||||
|
|
||||||
#+end_src
|
#+end_src
|
||||||
|
** Haskell
|
||||||
|
#+begin_src emacs-lisp :tangle yes
|
||||||
|
(set-docsets! 'haskell-mode "Haskell")
|
||||||
|
#+end_src
|
||||||
|
@ -94,7 +94,7 @@
|
|||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
(eval +overlay) ; run code, run (also, repls)
|
(eval +overlay) ; run code, run (also, repls)
|
||||||
;;gist ; interacting with github gists
|
;;gist ; interacting with github gists
|
||||||
lookup ; navigate your code and its documentation
|
(lookup +docsets) ; navigate your code and its documentation
|
||||||
lsp ; M-x vscode
|
lsp ; M-x vscode
|
||||||
magit ; a git porcelain for Emacs
|
magit ; a git porcelain for Emacs
|
||||||
make ; run make tasks from Emacs
|
make ; run make tasks from Emacs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user