diff options
author | Case Duckworth | 2020-12-10 00:27:15 -0600 |
---|---|---|
committer | Case Duckworth | 2020-12-10 00:27:15 -0600 |
commit | 78d93cddf111a15f89b0649acddd8cd6d9250d32 (patch) | |
tree | f0bf4dd086fca2aae3970e7eae4770380a2e711e | |
parent | Correct typo (diff) | |
download | emacs-78d93cddf111a15f89b0649acddd8cd6d9250d32.tar.gz emacs-78d93cddf111a15f89b0649acddd8cd6d9250d32.zip |
Add aggressive-indent
-rw-r--r-- | config.org | 8 |
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 |