Reformat file
This commit is contained in:
parent
0ef9cab7b7
commit
06edaa289b
1 changed files with 11 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue