feat(emacs): Let org-mode log into a drawer
This commit is contained in:
parent
78a63f1122
commit
a085d22365
1 changed files with 1 additions and 0 deletions
|
|
@ -33,6 +33,7 @@
|
||||||
;; If you use `org' and don't want your org files in the default location below,
|
;; If you use `org' and don't want your org files in the default location below,
|
||||||
;; change `org-directory'. It must be set before org loads!
|
;; change `org-directory'. It must be set before org loads!
|
||||||
(setq org-directory "~/org/"
|
(setq org-directory "~/org/"
|
||||||
|
org-log-into-drawer t
|
||||||
org-roam-directory (file-truename "~/org/notes"))
|
org-roam-directory (file-truename "~/org/notes"))
|
||||||
|
|
||||||
;; do not create a new workspace for each emacsclient
|
;; do not create a new workspace for each emacsclient
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue