From e84c1a556b979bc5096887f72df598aa283f05d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Chlo=C3=A9=20Vulquin?= Date: Wed, 4 Mar 2026 22:07:28 +0100 Subject: add elisp support in chezmoiignore & editorconfig --- dot_config/emacs/.chezmoiignore | 1 + dot_editorconfig | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/dot_config/emacs/.chezmoiignore b/dot_config/emacs/.chezmoiignore index 3536401..02f5f48 100644 --- a/dot_config/emacs/.chezmoiignore +++ b/dot_config/emacs/.chezmoiignore @@ -1 +1,2 @@ *-local.el +*.elc diff --git a/dot_editorconfig b/dot_editorconfig index 225f3d1..01b4259 100644 --- a/dot_editorconfig +++ b/dot_editorconfig @@ -16,7 +16,7 @@ tab_width = 4 [Makefile] indent_style = tab -[*.{janet,json,jsonc,md,yaml,yml}] +[*.{el,janet,json,jsonc,md,yaml,yml}] indent_style = space tab_width = 2 -- cgit v1.2.3