From: Armaan Bhojwani Date: Sun, 28 Mar 2021 02:25:01 +0000 (-0400) Subject: Add aggressive-indent package X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=36c3e44256f22063153adcbf0459d6dbec99d613 Add aggressive-indent package --- diff --git a/config.org b/config.org index b5308f5..3dfe4e5 100644 --- a/config.org +++ b/config.org @@ -589,6 +589,12 @@ Company-box adds icons. :straight (diff-hl :type git :host github :repo "dgutov/diff-hl") :config (global-diff-hl-mode)) #+end_src +** Indentation +Indent after every change. +#+begin_src emacs-lisp + (use-package aggressive-indent + :config (global-aggressive-indent-mode)) +#+end_src * Functions ** Easily convert splits Converts splits from horizontal to vertical and vice versa. Lifted from EmacsWiki.