diff options
| author | 2012-07-01 15:07:39 +0200 | |
|---|---|---|
| committer | 2012-07-01 15:07:39 +0200 | |
| commit | 4ba3e198e810fd0320a4f68e853d8f34d2e265a0 (patch) | |
| tree | c7fb6fabaa1816dda7ca951ecbcf1b7d968993fe | |
| parent | 15910562ede526876e71198519c9d70150d28e86 (diff) | |
| download | orgweb-4ba3e198e810fd0320a4f68e853d8f34d2e265a0.tar.gz orgweb-4ba3e198e810fd0320a4f68e853d8f34d2e265a0.zip | |
Add link abbrev for emacs
| -rw-r--r-- | .dir-locals.el | 4 |
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/")))))) |
