From 57111ba2d0a96ed26b68177326e339a3789f8e02 Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 29 Mar 2025 12:07:03 +0100 Subject: [PATCH] Use editorconfig built in to Emacs 30 --- emacs/emacs.el | 6 +----- emacs/plan.org | 1 - 2 files changed, 1 insertion(+), 6 deletions(-) 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 -- 2.47.3