summaryrefslogtreecommitdiff
path: root/elpa/magit-section-4.3.1/.dir-locals.el
diff options
context:
space:
mode:
authorthing1 <thing1@seacrossedlovers.xyz>2025-04-01 20:27:39 +0100
committerthing1 <thing1@seacrossedlovers.xyz>2025-04-01 20:27:39 +0100
commitd3a5ddb4189ef7c04df0cc47a0f9642b23292d2d (patch)
tree14264483e4d2e6481abc74feea6d9cbcae3666d1 /elpa/magit-section-4.3.1/.dir-locals.el
parentdabaff03992c102c395314629f63ce93a2c1bd3a (diff)
added magit and other general configs
Diffstat (limited to 'elpa/magit-section-4.3.1/.dir-locals.el')
-rw-r--r--elpa/magit-section-4.3.1/.dir-locals.el13
1 files changed, 13 insertions, 0 deletions
diff --git a/elpa/magit-section-4.3.1/.dir-locals.el b/elpa/magit-section-4.3.1/.dir-locals.el
new file mode 100644
index 0000000..4f46a2c
--- /dev/null
+++ b/elpa/magit-section-4.3.1/.dir-locals.el
@@ -0,0 +1,13 @@
+((emacs-lisp-mode
+ (indent-tabs-mode . nil)
+ (checkdoc-allow-quoting-nil-and-t . t))
+ (git-commit-mode
+ (git-commit-major-mode . git-commit-elisp-text-mode))
+ (makefile-gmake-mode
+ (outline-regexp . "#\\(#+\\)")
+ (mode . outline-minor))
+ ("docs/RelNotes"
+ (org-mode
+ (fill-column . 80)
+ (mode . display-fill-column-indicator)))
+ )