Browse Source

Update TODO keywords

main
parent
commit
a65ec00ea4
  1. 1
      README.org
  2. 1
      modules/core.el

1
README.org

@ -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"))

1
modules/core.el

@ -44,6 +44,7 @@
(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"))

Loading…
Cancel
Save