emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/dash 7629dae 183/316: Add dir-locals-file with useful s


From: ELPA Syncer
Subject: [elpa] externals/dash 7629dae 183/316: Add dir-locals-file with useful settings
Date: Mon, 15 Feb 2021 15:57:54 -0500 (EST)

branch: externals/dash
commit 7629dae97d6648ef560569067801a3b91028c1c0
Author: Basil L. Contovounesios <contovob@tcd.ie>
Commit: Basil L. Contovounesios <contovob@tcd.ie>

    Add dir-locals-file with useful settings
    
    * .dir-locals.el: New file.
---
 .dir-locals.el | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..c70ee6a
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,12 @@
+((nil
+  (bug-reference-bug-regexp . "\\(\\(?:issue\\|pr\\) ?\\)?#\\([[:digit:]]+\\)")
+  (bug-reference-url-format . "https://github.com/magnars/dash.el/issues/%s";)
+  (fill-column . 70)
+  (sentence-end-double-space . t)
+  (tab-width . 8))
+ (emacs-lisp-mode
+  (indent-tabs-mode . nil)
+  (mode . bug-reference-prog))
+ (texinfo-mode
+  (indent-tabs-mode . nil)
+  (mode . bug-reference-prog)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]