diff options
| author | alex <alex@pdp7.net> | 2025-03-29 12:07:03 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-29 13:09:32 +0100 |
| commit | 57111ba2d0a96ed26b68177326e339a3789f8e02 (patch) | |
| tree | 97290b1d5aff8bcaf18f9386ea8586ec93d3f4ba /emacs | |
| parent | 0afbb35895c0d2bd36c083f19bd3ffef5ef2ee16 (diff) | |
Use editorconfig built in to Emacs 30
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 |
