From 28d8d2b858884e7368196c24568d5d564267b8b4 Mon Sep 17 00:00:00 2001 From: Antoine Martin Date: Sun, 10 May 2020 11:22:09 +0200 Subject: [PATCH] Disable indentation in org-mode Also hide leading stars for good --- config.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 88dbc7f..d9b5b62 100644 --- a/config.org +++ b/config.org @@ -319,6 +319,6 @@ Don't hide leading stars: #+BEGIN_SRC emacs-lisp (after! org (setq org-hide-leading-stars nil - org-hide-leading-stars-before-indent-mode nil - org-startup-indented nil)) + org-startup-indented nil + org-adapt-indentation nil)) #+END_SRC