diff options
| author | 2026-03-04 22:07:28 +0100 | |
|---|---|---|
| committer | 2026-03-04 22:07:28 +0100 | |
| commit | e84c1a556b979bc5096887f72df598aa283f05d8 (patch) | |
| tree | cbd2ac6104f41d9b114ce378762e282dbf2fb421 | |
| parent | nvim: nvim-treesitter got rewritten (diff) | |
add elisp support in chezmoiignore & editorconfig
| -rw-r--r-- | dot_config/emacs/.chezmoiignore | 1 | ||||
| -rw-r--r-- | dot_editorconfig | 2 |
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 |
