summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--dot_config/emacs/.chezmoiignore1
-rw-r--r--dot_editorconfig2
2 files changed, 2 insertions, 1 deletions
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