diff options
-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 |