lang/org: set org-link-abbrev-alist non-destructively

So prior values aren't overwritten (and shadow these defaults), and also
because, due to the hook order, the attach: link was overwritten by this
setq.
This commit is contained in:
Henrik Lissner 2019-07-22 03:17:00 +02:00
parent b465500a27
commit 0890851e81
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -356,7 +356,7 @@ file isn't in `org-directory'."
'error)))
;; Add custom link types
(setq org-link-abbrev-alist
(nconcq! org-link-abbrev-alist
'(("github" . "https://github.com/%s")
("youtube" . "https://youtube.com/watch?v=%s")
("google" . "https://google.com/search?q=")