From 69af07dc49a91688bc69d216b7903ae7e3c365cc Mon Sep 17 00:00:00 2001 From: Joseph Ferano Date: Mon, 11 May 2026 13:22:02 +0700 Subject: [PATCH] emacs: require org? --- .config/emacs/init.org | 1 + 1 file changed, 1 insertion(+) 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/")