From: Alex Date: Mon, 14 Oct 2024 14:20:04 +0000 (+0200) Subject: Add editorconfig plugin X-Git-Tag: 20241020-emacs~13 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=3a47f3b16de3b4604503bfd6c6e3a0403b80aedf;p=alex.git Add editorconfig plugin --- diff --git a/emacs/emacs.el b/emacs/emacs.el index fade660..f6261f3 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -48,6 +48,12 @@ :config (xclip-mode 1)) +;; editorconfig simplifies adhering to code standards +(use-package editorconfig + :ensure t + :config + (editorconfig-mode 1)) + ;; Fancy undo (use-package undo-tree :ensure t