branch: elpa/hyperdrive
commit 024d74b64f992f7c3516cda3c5c37ce7d12fc65a
Author: Adam Porter <[email protected]>
Commit: Joseph Turner <[email protected]>
Meta: (.dir-locals.el) Set org-id-link-to-org-use-id nil
---
.dir-locals.el | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.dir-locals.el b/.dir-locals.el
index 65d6493da8..82b6b2cfbd 100644
--- a/.dir-locals.el
+++ b/.dir-locals.el
@@ -3,4 +3,5 @@
((nil . ((ispell-buffer-session-localwords . ("dir" "hypercore" "hyperdrive"
"hyperdrives" "hyperdrive's" "args" "systemd" "minibuffer" "petname" "petnames"
"org" "plist" "plists" "alist" "alists" "existsp" "ETag" "streamable" "DNSLink"
"ewoc" "struct" "ENTRY's" "localhost" "imenu" "mtime" "accessor" "http"
"prepended" "prepend" "hostname" "whitespace" "namespace" "filesystem"
"hostnames" "subdirectories" "unsets" "finalizer" "subprocess" "autodetect"
"transclusion"))))
(emacs-lisp-mode . ((eval . (display-fill-column-indicator-mode))
- (fill-column . 80))))
+ (fill-column . 80)))
+ (org-mode . ((org-id-link-to-org-use-id . nil))))