]> git.eshelyaron.com Git - dotfiles.git/commitdiff
Disable org-indent-mode during presentations
authorEshel Yaron <eshel@dazz.io>
Fri, 17 Jun 2022 21:58:40 +0000 (00:58 +0300)
committerEshel Yaron <eshel@dazz.io>
Fri, 17 Jun 2022 21:58:40 +0000 (00:58 +0300)
.emacs.d/esy.org

index 01fc28d2664837da6b6e10ecf7c54d898a001a9c..5caabd19aeb0fe17fc1d12f5a87bdad9a69fadb9 100644 (file)
@@ -1535,6 +1535,7 @@ without asking each time.
     (when (eq major-mode 'org-mode)
       (org-show-all)
       (logos--mode 'org-present-mode 1)
+      (logos--mode 'org-indent-mode -1)
       (logos--mode 'org-modern-mode  1))
     (logos--set  'cursor-type 'hbar)
     (logos--set  'text-scale-mode-amount 4)