diff options
| author | Steve Lee <me@xiangyangli.com> | 2017-12-13 08:10:18 +0800 |
|---|---|---|
| committer | Steve Lee <me@xiangyangli.com> | 2017-12-13 08:10:18 +0800 |
| commit | c30554da3886e39470fcd2c69114043a37c75a52 (patch) | |
| tree | aef4c51f23e432b3f8054bc1af9b56668f4e2e5e /.emacs.d/lisp/init-org.el | |
| parent | f307bb8721e23ecaf6347a1766fe02e764120bc4 (diff) | |
| download | dotfiles-c30554da3886e39470fcd2c69114043a37c75a52.tar.xz dotfiles-c30554da3886e39470fcd2c69114043a37c75a52.zip | |
add some configuration
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 |
