summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-10 00:00:19 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-10 00:00:19 -0400
commitc919de06d375088b8f9abc64c56971bae4087203 (patch)
treeaacfd4fc5aec6f8a0eb606a2ced5563c1ab1c25d /.emacs.d/init.org
parent970aa92ead84ce3bc7039a098c0a8f84fb0deb58 (diff)
downloadconfigs-c919de06d375088b8f9abc64c56971bae4087203.tar.gz
configs-c919de06d375088b8f9abc64c56971bae4087203.tar.xz
configs-c919de06d375088b8f9abc64c56971bae4087203.zip
emacs: use ox-extra
Diffstat (limited to '.emacs.d/init.org')
-rw-r--r--.emacs.d/init.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.org b/.emacs.d/init.org
index 06b0ce0..42e4def 100644
--- a/.emacs.d/init.org
+++ b/.emacs.d/init.org
@@ -951,6 +951,10 @@ And here's where my actual Org configurations begin:
("\\subparagraph{%s}" . "\\subparagraph*{%s}"))
t)
(require 'ox-beamer))
+
+(use-feature ox-extra
+ :config
+ (ox-extras-activate '(latex-header-blocks ignore-headlines)))
#+end_src
**** asynchronous tangle