Move files out of the repository
This commit is contained in:
parent
cd0ca780c8
commit
0937c3d331
4 changed files with 14 additions and 15 deletions
5
init.el
5
init.el
|
@ -257,7 +257,10 @@
|
|||
(load-file "~/.emacs.d/capture.el") ; capture templates stored here
|
||||
(setq org-capture-bookmark nil)
|
||||
|
||||
(use-package org-drill)
|
||||
(use-package org-drill
|
||||
:config
|
||||
(setq org-id-locations-file "~/Documents/drive/org/.org-id-locations")
|
||||
(setq persist--directory-location "~/Documents/drive/org/persist"))
|
||||
|
||||
(setq org-todo-keywords
|
||||
'((sequence "TODO" "|" "DONE" "CANCELLED")))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue