haskell-mode and update bibliography

This commit is contained in:
William Ball 2025-11-24 20:32:29 -05:00
parent ad11a7d645
commit 14cc133dfb
No known key found for this signature in database

View file

@ -338,7 +338,10 @@ I don't really use markdown ([[Org Mode]] is a strict improvement imo), but it's
:custom :custom
(geiser-chez-binary "chez")) (geiser-chez-binary "chez"))
#+end_src #+end_src
** Haskell
#+begin_src emacs-lisp
(use-package haskell-mode)
#+end_src
* Latex * Latex
** Auctex ** Auctex
#+begin_src emacs-lisp #+begin_src emacs-lisp
@ -440,7 +443,7 @@ I use [[https://abode.karthinks.com/org-latex-preview/][this]] fork of org-mode
(org-image-actual-width '(300)) (org-image-actual-width '(300))
(org-export-with-smart-quotes t) (org-export-with-smart-quotes t)
(org-directory "~/Nextcloud/org") (org-directory "~/Nextcloud/org")
(org-cite-global-bibliography '("~/Nextcloud/library.bib")) (org-cite-global-bibliography '("~/Nextcloud/Documents/library.bib"))
(org-agenda-files `(,org-directory)) (org-agenda-files `(,org-directory))
(org-todo-keywords (org-todo-keywords
'((sequence "TODO" "VERIFY" "|" "DONE"))) '((sequence "TODO" "VERIFY" "|" "DONE")))