aboutsummaryrefslogtreecommitdiff
path: root/emacs/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/emacs.el')
-rw-r--r--emacs/emacs.el6
1 files changed, 1 insertions, 5 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 2d62c394..73889087 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -52,11 +52,7 @@
:config
(xclip-mode 1))
-;; editorconfig simplifies adhering to code standards
-(use-package editorconfig
- :ensure t
- :config
- (editorconfig-mode 1))
+(editorconfig-mode 1)
;; Fancy undo
(use-package undo-tree