summaryrefslogtreecommitdiff
path: root/emacs.d
diff options
context:
space:
mode:
authorLars Wirzenius <liw@liw.fi>2024-03-09 10:16:57 +0200
committerLars Wirzenius <liw@liw.fi>2024-03-09 10:16:57 +0200
commit9a243a73dfd19e118ad9b8601f345876dd806dea (patch)
treec05748cb0cf509e8268b455e88fc62fbbd20be1a /emacs.d
parent4143ad40d4f233842848d35e6c203973312252d7 (diff)
downloadliw-dot-files-9a243a73dfd19e118ad9b8601f345876dd806dea.tar.gz
emacs: drop editor-config
Signed-off-by: Lars Wirzenius <liw@liw.fi> Sponsored-by: author
Diffstat (limited to 'emacs.d')
-rw-r--r--emacs.d/init.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs.d/init.el b/emacs.d/init.el
index 4885662..5400784 100644
--- a/emacs.d/init.el
+++ b/emacs.d/init.el
@@ -166,9 +166,5 @@
(set-face-attribute 'flyspell-incorrect nil
:foreground "#ff0000")
-(use-package editorconfig
- :config
- (editorconfig-mode 1))
-
(provide 'init)