haskell-mode and update bibliography
This commit is contained in:
parent
ad11a7d645
commit
14cc133dfb
1 changed files with 5 additions and 2 deletions
|
|
@ -338,7 +338,10 @@ I don't really use markdown ([[Org Mode]] is a strict improvement imo), but it's
|
|||
:custom
|
||||
(geiser-chez-binary "chez"))
|
||||
#+end_src
|
||||
|
||||
** Haskell
|
||||
#+begin_src emacs-lisp
|
||||
(use-package haskell-mode)
|
||||
#+end_src
|
||||
* Latex
|
||||
** Auctex
|
||||
#+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-export-with-smart-quotes t)
|
||||
(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-todo-keywords
|
||||
'((sequence "TODO" "VERIFY" "|" "DONE")))
|
||||
|
|
|
|||
Loading…
Reference in a new issue