emacs: require org?
This commit is contained in:
parent
017c4b0b7d
commit
69af07dc49
@ -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/")
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user