dotemacs

My Emacs configuration
git clone git://git.entf.net/dotemacs
Log | Files | Refs | LICENSE

commit f52fcf61d9db5b1e15320cf51f858afc0132462d
parent 867fef6ac18a287c0e604a3c057db116dbb3251c
Author: Lukas Henkel <lh@entf.net>
Date:   Mon, 26 Jul 2021 20:35:39 +0200

Enable org-indent-mode

Diffstat:
Mconfig.org | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/config.org b/config.org @@ -274,10 +274,11 @@ Makes it easy to switch windows. :straight t :hook (org-mode . visual-line-mode) + (org-mode . org-indent-mode) :init (setq org-startup-indented nil - org-src-window-setup 'current-window - org-support-shift-select t)) + org-src-window-setup 'current-window + org-support-shift-select t)) #+end_src * Code ** Autocomplete