about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-10 00:27:15 -0600
committerCase Duckworth2020-12-10 00:27:15 -0600
commit78d93cddf111a15f89b0649acddd8cd6d9250d32 (patch)
treef0bf4dd086fca2aae3970e7eae4770380a2e711e /config.org
parentCorrect typo (diff)
downloademacs-78d93cddf111a15f89b0649acddd8cd6d9250d32.tar.gz
emacs-78d93cddf111a15f89b0649acddd8cd6d9250d32.zip
Add aggressive-indent
Diffstat (limited to 'config.org')
-rw-r--r--config.org8
1 files changed, 8 insertions, 0 deletions
diff --git a/config.org b/config.org index f1b649b..600bccb 100644 --- a/config.org +++ b/config.org
@@ -704,6 +704,14 @@ Until the =marginalia-annotators= settles, I’m disabling this section.
704 (add-hook 'prog-mode-hook #'acdw/enable-line-numbers) 704 (add-hook 'prog-mode-hook #'acdw/enable-line-numbers)
705#+end_src 705#+end_src
706 706
707** Indenting
708
709#+begin_src emacs-lisp
710 (use-package aggressive-indent
711 :config
712 (global-aggressive-indent-mode +1))
713#+end_src
714
707* Writing 715* Writing
708 716
709** Visual Fill Column 717** Visual Fill Column