From: alex Date: Sat, 29 Mar 2025 11:07:03 +0000 (+0100) Subject: Use editorconfig built in to Emacs 30 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=57111ba2d0a96ed26b68177326e339a3789f8e02;p=alex.git Use editorconfig built in to Emacs 30 --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 2d62c39..7388908 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 4531b0c..ab0e103 100644 --- a/emacs/plan.org +++ b/emacs/plan.org @@ -1,4 +1,3 @@ -* editorconfig * Helm/company alternatives * Rustic * Magit