From 5273c3d1e6af2f91d81caad602ed1dd568a89c0e Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 11 Aug 2023 06:24:56 +0200 Subject: emacs: Enable ‘org-indent-mode’ in ‘org-mode’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index 6f61a05..528d7d7 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -938,3 +938,16 @@ version numbers to the backup names — it doesn’t start using a VCS. kept-old-versions 6) #+END_SRC + +** Mode Specific Settings + +*** Org-Mode + +I really enjoy using ~org-indent-mode~. It indents the contents of the +org-buffer to keep everything looking nice and structured. + +#+BEGIN_SRC elisp + + (add-hook 'org-mode-hook #'org-indent-mode) + +#+END_SRC -- cgit v1.2.3