system changes

This commit is contained in:
jjanzen 2025-03-18 22:32:50 -05:00
parent 724c3de5f0
commit d1b3d66771

View file

@ -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))
#+end_src
** Haskell
Install =haskell-mode= for interacting with Haskell code.
#+begin_src emacs-lisp
(use-package haskell-mode)
#+end_src
** LaTeX
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
cc-mode-hook
cmake-mode-hook
haskell-mode-hook
html-mode-hook
css-mode-hook
js-mode-hook