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

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

[elpa] externals/swiper be2b0a0: Mark the ancestor from upstream in the


From: Stefan Monnier
Subject: [elpa] externals/swiper be2b0a0: Mark the ancestor from upstream in the metadata
Date: Wed, 2 Dec 2020 13:26:13 -0500 (EST)

branch: externals/swiper
commit be2b0a08ea144e56d3d86a1fe51b0b81751c420a
Merge: 4b19cad 3bd1d87
Author: Stefan Monnier <monnier@iro.umontreal.ca>
Commit: Stefan Monnier <monnier@iro.umontreal.ca>

    Mark the ancestor from upstream in the metadata
---
 .dir-locals.el | 14 ++++++++++++++
 .gitignore     |  9 ++++++---
 2 files changed, 20 insertions(+), 3 deletions(-)

diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000..3d5e818
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,14 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((nil
+  (bug-reference-bug-regexp . "#\\(?2:[[:digit:]]+\\)")
+  (bug-reference-url-format . "https://github.com/abo-abo/swiper/issues/%s";)
+  (copyright-names-regexp . "Free Software Foundation, Inc\\.")
+  (sentence-end-double-space . t))
+ (emacs-lisp-mode
+  (indent-tabs-mode . nil)
+  (outline-regexp . ";;[;*]+[\s\t]+")
+  ;; extra config here: 
https://github.com/abo-abo/oremacs/blob/github/modes/ora-elisp-style-guide.el
+  ;; (lisp-indent-function . common-lisp-indent-function)
+  ))
diff --git a/.gitignore b/.gitignore
index 74e56a1..3398f81 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,4 +1,7 @@
-/swiper-pkg.el
-/swiper-autoloads.el
+/*-pkg.el
 *.elc
-
+*~
+/doc/dir
+*.info
+/*-autoloads.el
+.dir-locals-2.el



reply via email to

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