Emacs fixes for roam2
This commit is contained in:
parent
1dd3e80ee7
commit
142ee5c5a9
2 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,7 @@
|
|||
;; Customizations to the default export template
|
||||
(with-eval-after-load 'ox-latex (add-to-list 'org-latex-classes '("je-article"
|
||||
"\\documentclass[a4paper,twocolumn]{article}
|
||||
\\usepackage{lmodern}
|
||||
\\usepackage{enumitem}
|
||||
\\setlist{noitemsep}
|
||||
\\usepackage{xcolor}
|
||||
|
|
|
@ -155,8 +155,8 @@
|
|||
;;ocaml ; an objective camel
|
||||
;;org ; organize your plain life in plain text
|
||||
(org
|
||||
+journal ; enable org journal
|
||||
+roam2
|
||||
-journal
|
||||
+present
|
||||
+publish) ; create static websites with org
|
||||
;;php ; perl's insecure younger brother
|
||||
|
|
Reference in a new issue