system changes
This commit is contained in:
parent
724c3de5f0
commit
d1b3d66771
1 changed files with 8 additions and 0 deletions
|
@ -766,6 +766,13 @@ Install =go-mode= and tools for =go= source code. Namely, =go-eldoc= gets docume
|
||||||
(go-mode . go-guru-hl-identifier-mode))
|
(go-mode . go-guru-hl-identifier-mode))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
|
** Haskell
|
||||||
|
|
||||||
|
Install =haskell-mode= for interacting with Haskell code.
|
||||||
|
#+begin_src emacs-lisp
|
||||||
|
(use-package haskell-mode)
|
||||||
|
#+end_src
|
||||||
|
|
||||||
** LaTeX
|
** LaTeX
|
||||||
|
|
||||||
Install tools for LaTeX. Namely, =auctex= for better integration with Emacs and =cdlatex= for environment and macro insertion.
|
Install tools for LaTeX. Namely, =auctex= for better integration with Emacs and =cdlatex= for environment and macro insertion.
|
||||||
|
@ -885,6 +892,7 @@ Set up =eglot= to run on languages that have been configured.
|
||||||
c++-mode-hook
|
c++-mode-hook
|
||||||
cc-mode-hook
|
cc-mode-hook
|
||||||
cmake-mode-hook
|
cmake-mode-hook
|
||||||
|
haskell-mode-hook
|
||||||
html-mode-hook
|
html-mode-hook
|
||||||
css-mode-hook
|
css-mode-hook
|
||||||
js-mode-hook
|
js-mode-hook
|
||||||
|
|
Loading…
Add table
Reference in a new issue