mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Replace incorrect usage of doom-dir with doom-path
This commit is contained in:
@ -272,7 +272,7 @@ Some commands of interest:
|
||||
+ `+org-attach/file'
|
||||
+ `+org-attach/url'
|
||||
+ `+org-attach/sync'"
|
||||
(setq org-attach-directory (doom-dir org-directory org-attach-directory))
|
||||
(setq org-attach-directory (doom-path org-directory org-attach-directory))
|
||||
|
||||
;; A shorter link to attachments
|
||||
(add-to-list 'org-link-abbrev-alist
|
||||
|
Reference in New Issue
Block a user