org: change how paths are defined
This commit is contained in:
parent
36781adb56
commit
5e8fa54b89
4 changed files with 21 additions and 11 deletions
|
@ -2,7 +2,8 @@
|
|||
|
||||
(add-hook 'org-load-hook 'doom|org-crm-init)
|
||||
|
||||
(defvar org-directory-crm (expand-file-name "/crm/" org-directory))
|
||||
(defvar org-directory-crm (expand-file-name "/crm/" doom-org-dir)
|
||||
"")
|
||||
|
||||
(defun doom|org-crm-init ()
|
||||
;; (define-org-section! work "Work")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue