diff options
Diffstat (limited to '.emacs.d/lisp/init-org.el')
| -rw-r--r-- | .emacs.d/lisp/init-org.el | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/.emacs.d/lisp/init-org.el b/.emacs.d/lisp/init-org.el index b162f12..189cf79 100644 --- a/.emacs.d/lisp/init-org.el +++ b/.emacs.d/lisp/init-org.el @@ -1,4 +1,10 @@ -;; org-mode pdf outpuf +;;; org --- All configuration of org-mode + +;;; Commentary: +;; Mostly the pdf export configuration + +;;; Code: + (setq org-latex-classes '(("article" " @@ -35,3 +41,4 @@ "xelatex -interaction nonstopmode -output-directory %o %f")) (provide 'init-org) +;;; init-org ends here |
