From 3a47f3b16de3b4604503bfd6c6e3a0403b80aedf Mon Sep 17 00:00:00 2001 From: Alex Date: Mon, 14 Oct 2024 16:20:04 +0200 Subject: Add editorconfig plugin --- emacs/emacs.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') diff --git a/emacs/emacs.el b/emacs/emacs.el index fade6601..f6261f37 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 -- cgit v1.2.3