lang/org: remove redundant attach: link abbreviation
This commit is contained in:
parent
43a82c7e92
commit
de85f67b7c
1 changed files with 0 additions and 3 deletions
|
@ -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)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue