diff options
author | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-10 12:33:59 +0100 |
---|---|---|
committer | Aryadev Chavali <aryadev@aryadevchavali.com> | 2020-08-10 12:33:59 +0100 |
commit | 3622f260e4c0adf807fd12fcf7502c0e633b59ad (patch) | |
tree | ec9734ae6e7fc7bd3fc9b6f2342a653cf4636e3e /Emacs/.config/emacs | |
parent | ea21a47ec0038f954c05aab4f2c5026690a31456 (diff) | |
download | dotfiles-3622f260e4c0adf807fd12fcf7502c0e633b59ad.tar.gz dotfiles-3622f260e4c0adf807fd12fcf7502c0e633b59ad.tar.bz2 dotfiles-3622f260e4c0adf807fd12fcf7502c0e633b59ad.zip |
+emacs lisp and C to org-babel-load-languages
Helps with source blocks
Diffstat (limited to 'Emacs/.config/emacs')
-rw-r--r-- | Emacs/.config/emacs/config.org | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index be8b76c..652ddd8 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -866,6 +866,8 @@ Also setup a lot of variables, particularly for latex exports. (org-tags-column 0) (org-use-sub-superscripts '{}) (org-latex-listings 'minted) + (org-babel-load-languages '((emacs-lisp . t) + (C . t))) (org-latex-packages-alist '(("" "minted"))) (org-latex-pdf-process '("%latex -interaction nonstopmode -shell-escape -output-directory %o %f" "%latex -interaction nonstopmode -shell-escape -output-directory %o %f" |