[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/auto-header d1734aace9 21/26: Add a .dir-locals.el
From: |
ELPA Syncer |
Subject: |
[elpa] externals/auto-header d1734aace9 21/26: Add a .dir-locals.el |
Date: |
Sun, 26 Mar 2023 07:57:35 -0400 (EDT) |
branch: externals/auto-header
commit d1734aace9200c654eab3b872ee5d4bc2b22f710
Author: Philip Kaludercic <philipk@posteo.net>
Commit: Philip Kaludercic <philipk@posteo.net>
Add a .dir-locals.el
---
.dir-locals.el | 8 ++++++++
1 file changed, 8 insertions(+)
diff --git a/.dir-locals.el b/.dir-locals.el
new file mode 100644
index 0000000000..1f6b80f97c
--- /dev/null
+++ b/.dir-locals.el
@@ -0,0 +1,8 @@
+;;; Directory Local Variables
+;;; For more information see (info "(emacs) Directory Variables")
+
+((emacs-lisp-mode
+ (indent-tabs-mode . nil)
+ (show-trailing-whitespace . t)
+ (sentence-end-double-space . t)
+ (byte-compile-error-on-warn . t)))
- [elpa] externals/auto-header 4cd6c76318 12/26: Add auto-header-insert command, (continued)
- [elpa] externals/auto-header 4cd6c76318 12/26: Add auto-header-insert command, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header bc966c2d8b 22/26: Add a .gitignore, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 25b62deb83 24/26: Add a basic README file, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 1d4201c2c9 18/26: Downcase gcc executable name, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 65cbd3f81d 19/26: Add stdbool.h keywords to auto-header--c-keywords, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 2681884766 26/26: Bump version to 0.1.1 for GNU ELPA, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 74a0455ab5 08/26: Denote internal functions and variables, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 9afc94dea4 09/26: Warn if not being used in a C-mode buffer, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 8fee687422 14/26: Revert last change, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 2afead22b1 17/26: Add completion for auto-header-insert, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header d1734aace9 21/26: Add a .dir-locals.el,
ELPA Syncer <=
- [elpa] externals/auto-header eb2673089a 23/26: Add GPL-3 as a the license, ELPA Syncer, 2023/03/26
- [elpa] externals/auto-header 4262ea6cc0 25/26: Assign copyright to the FSF, ELPA Syncer, 2023/03/26