diff options
author | Kyle Meyer <kyle@kyleam.com> | 2016-06-22 01:01:35 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2016-06-22 22:27:37 -0400 |
commit | be8c965915d780dba441334bf231c78e566a6d4d (patch) | |
tree | 5e42506fe7227963e309f2c6314ad9cd9f1157d4 | |
parent | 38749ec22aa23fde7afe647d0c53d2c2db8bd953 (diff) | |
download | emacs.d-be8c965915d780dba441334bf231c78e566a6d4d.tar.gz |
org babel: Don't load any languages by default
-rw-r--r-- | init.el | 8 |
1 files changed, 0 insertions, 8 deletions
@@ -130,14 +130,6 @@ (setq org-confirm-babel-evaluate nil org-src-fontify-natively t) - (org-babel-do-load-languages - 'org-babel-load-languages - '((shell . t) - (python . t) - (R . t) - (emacs-lisp . t) - (latex . t))) - (advice-add 'org-open-file :after (lambda (path &rest _) (recentf-add-file path)) |