Remove babel load languages from init file

This commit is contained in:
Marcus Kammer 2020-07-18 11:25:35 +02:00
parent fff8fa4dc4
commit f8e31e2dee

12
init.el
View file

@ -143,18 +143,6 @@ There are two things you can do about this warning:
;; ORG_MODE SETTINGS
(setq org-agenda-dim-blocked-tasks nil
org-agenda-inhibit-startup nil
org-babel-load-languages (quote
((js . t)
(gnuplot . t)
(emacs-lisp . t)
(python . t)
(sqlite . t)
(lisp . t)
(shell . t)
(css . t)
(calc . t)
(plantuml . t)
(dot . t)))
org-babel-shell-names (quote ("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh"))
org-clock-persist t
org-confirm-babel-evaluate nil