diff --git a/.config/emacs/init.org b/.config/emacs/init.org index fa0abf1..a188cf3 100644 --- a/.config/emacs/init.org +++ b/.config/emacs/init.org @@ -2510,6 +2510,7 @@ Apparently this helps with the performance of dape, as well as LSP ** org-mode *** General #+begin_src emacs-lisp +(require 'org) (setq org-todo-keywords '((sequence "TODO" "IN-PROGRESS" "|" "DONE" "BACKLOG"))) (setq org-directory "~/Notes/")