emacs: require org?

This commit is contained in:
Joseph Ferano 2026-05-11 13:22:02 +07:00
parent 017c4b0b7d
commit 69af07dc49

View File

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