summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.dir-locals.el4
1 files changed, 3 insertions, 1 deletions
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 "<link rel=\"stylesheet\" type=\"text/css\" href=\"/stylesheet.css\" />")
("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/"))))))