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
|
: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")))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue