Remove org babel load languages from custom

This commit is contained in:
Marcus Kammer 2020-11-25 12:00:26 +01:00
parent 5590d05449
commit 211b7288a2

View file

@ -25,18 +25,6 @@
'(olivetti-body-width 73)
'(org-adapt-indentation t)
'(org-agenda-include-diary t)
'(org-babel-load-languages
'((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-python-command "python3")
'(org-default-notes-file "~/Documents/journal/notes.org")
'(org-directory "~/Documents/journal/")