Reformat file

This commit is contained in:
Marcus Kammer 2020-02-15 10:40:23 +01:00
parent 0ef9cab7b7
commit 06edaa289b

View file

@ -1,7 +1,16 @@
(setq org-agenda-dim-blocked-tasks nil
org-agenda-files (quote ("~/Documents/Journal"))
org-agenda-files (quote
("~/Documents/Journal"))
org-agenda-inhibit-startup nil
org-babel-load-languages (quote ((js . t) (emacs-lisp . t) (python . t) (sqlite . t) (lisp . t) (shell . t) (css . t) (calc . t)))
org-babel-load-languages (quote
((js . t)
(emacs-lisp . t)
(python . t)
(sqlite . t)
(lisp . t)
(shell . t)
(css . t)
(calc . t)))
org-babel-shell-names (quote ("sh" "bash" "csh" "ash" "dash" "ksh" "mksh" "posh"))
org-clock-persist t
org-confirm-babel-evaluate nil