lang/org: remove redundant attach: link abbreviation

This commit is contained in:
Henrik Lissner 2019-07-14 05:35:38 +02:00
parent 43a82c7e92
commit de85f67b7c
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -272,9 +272,6 @@ Some commands of interest:
+ `+org-attach/sync'"
(setq org-attach-directory (expand-file-name org-attach-directory org-directory))
;; A shorter link to attachments
(add-to-list 'org-link-abbrev-alist (cons "attach" (abbreviate-file-name org-attach-directory)))
(org-link-set-parameters
"attach"
:follow (lambda (link) (find-file (expand-file-name link org-attach-directory)))