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

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

[elpa] externals/async 334c58e 3/4: Add a .dir-locals file


From: ELPA Syncer
Subject: [elpa] externals/async 334c58e 3/4: Add a .dir-locals file
Date: Sat, 1 May 2021 12:57:10 -0400 (EDT)

branch: externals/async
commit 334c58e467ca341d6fa39a43ab9cdc56e0609b14
Author: Thierry Volpiatto <thievol@posteo.net>
Commit: Thierry Volpiatto <thievol@posteo.net>

    Add a .dir-locals file
---
 .dir-locals.el | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..c7f7d16
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,7 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil . ((bug-reference-bug-regexp . "\\([Ii]ssue ?#?\\|[Bb]ug ?#?\\|[Pp]atch 
?#\\|RFE ?#\\|PR [a-z+-]+/\\)\\([0-9]+\\(?:#[0-9]+\\)?\\)")
+         (bug-reference-url-format . 
"https://github.com/jwiegley/emacs-async/issues/%s";)))
+ (emacs-lisp-mode . ((mode . bug-reference-prog)
+                     (indent-tabs-mode . nil))))



reply via email to

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