]> git.armaanb.net Git - config.org.git/commitdiff
Add aggressive-indent package
authorArmaan Bhojwani <me@armaanb.net>
Sun, 28 Mar 2021 02:25:01 +0000 (22:25 -0400)
committerArmaan Bhojwani <me@armaanb.net>
Sun, 28 Mar 2021 02:25:01 +0000 (22:25 -0400)
config.org

index b5308f5c6c4d04d119076cc22b20326343ec5685..3dfe4e5576234eb8cb4cf24925924891347b6fe3 100644 (file)
@@ -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.