summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/init.el b/init.el
index 04e700e..0ccb8e1 100644
--- a/init.el
+++ b/init.el
@@ -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))