|
@ -313,6 +313,7 @@ Emacs' default user interface is horrendous, but with less than 10 lines of code |
|
|
(org-image-actual-width nil) |
|
|
(org-image-actual-width nil) |
|
|
(org-directory dotfiles/home) |
|
|
(org-directory dotfiles/home) |
|
|
(org-src-preserve-indentation t) |
|
|
(org-src-preserve-indentation t) |
|
|
|
|
|
(org-todo-keywords '((sequence "TODO" "WAIT" "DONE"))) |
|
|
:config (require 'org-tempo) |
|
|
:config (require 'org-tempo) |
|
|
(add-to-list 'org-structure-template-alist '("s" . "src")) |
|
|
(add-to-list 'org-structure-template-alist '("s" . "src")) |
|
|
(add-to-list 'org-structure-template-alist '("q" . "quote")) |
|
|
(add-to-list 'org-structure-template-alist '("q" . "quote")) |
|
|