Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

Commit f23d1d9

Browse files
authored
Merge pull request #1023 from skangas/dir-locals
2 parents 41bf2aa + 34c6313 commit f23d1d9

6 files changed

Lines changed: 9 additions & 7 deletions

File tree

.dir-locals.el

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
;;; Directory Local Variables -*- no-byte-compile: t; -*-
2+
;;; For more information see (info "(emacs) Directory Variables")
3+
4+
((nil . ((sentence-end-double-space . t)
5+
(emacs-lisp-docstring-fill-column . 65)
6+
(fill-column . 70)))
7+
(emacs-lisp-mode . ((indent-tabs-mode . nil)))
8+
(lisp-data-mode . ((indent-tabs-mode . nil))))

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@
99
/doc/content/*
1010
/stats/
1111
/use-package/
12+
.dir-locals-2.el

bind-key.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -539,7 +539,6 @@ function symbol (unquoted)."
539539

540540
;; Local Variables:
541541
;; outline-regexp: ";;;\\(;* [^\s\t\n]\\|###autoload\\)\\|("
542-
;; indent-tabs-mode: nil
543542
;; End:
544543

545544
;;; bind-key.el ends here

use-package-chords-tests.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
'(bind-chord "C-u" #'key3 my-map2)))))))
147147

148148
;; Local Variables:
149-
;; indent-tabs-mode: nil
150149
;; no-byte-compile: t
151150
;; no-update-autoloads: t
152151
;; End:

use-package-core.el

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1713,8 +1713,4 @@ this file. Usage:
17131713

17141714
(provide 'use-package-core)
17151715

1716-
;; Local Variables:
1717-
;; indent-tabs-mode: nil
1718-
;; End:
1719-
17201716
;;; use-package-core.el ends here

use-package-tests.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1981,7 +1981,6 @@
19811981
(should (eq (nth 2 binding) nil))))
19821982

19831983
;; Local Variables:
1984-
;; indent-tabs-mode: nil
19851984
;; no-byte-compile: t
19861985
;; no-update-autoloads: t
19871986
;; End:

0 commit comments

Comments
 (0)