diff options
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 6 | ||||
| -rw-r--r-- | emacs/plan.org | 1 |
2 files changed, 1 insertions, 6 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 diff --git a/emacs/plan.org b/emacs/plan.org index 4531b0c4..ab0e1030 100644 --- a/emacs/plan.org +++ b/emacs/plan.org @@ -1,4 +1,3 @@ -* editorconfig * Helm/company alternatives * Rustic * Magit |
