From 4ba3e198e810fd0320a4f68e853d8f34d2e265a0 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Sun, 1 Jul 2012 15:07:39 +0200 Subject: [PATCH] Add link abbrev for emacs --- .dir-locals.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.dir-locals.el b/.dir-locals.el index 182a261..e725d26 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -40,4 +40,6 @@ :creator-info nil :style "") ("oni" - :components ("oni-org" "oni-files" "oni-blog"))))))) + :components ("oni-org" "oni-files" "oni-blog")))) + (org-link-abbrev-alist + . (("emacs" . "http://www.gnu.org/software/emacs/"))))))