From 53576ef279e3212c6e3cadbc8a200d4f519856c1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Fri, 11 Aug 2023 05:03:18 +0200 Subject: emacs: Disable tab indentation for ‘org-mode’ MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/config.org | 1 + 1 file changed, 1 insertion(+) diff --git a/.config/emacs/config.org b/.config/emacs/config.org index c5d2759..da3118e 100644 --- a/.config/emacs/config.org +++ b/.config/emacs/config.org @@ -773,6 +773,7 @@ with a custom function that reads a list of mode-specific indentation settings. (css-mode :extra-vars (css-basic-offset)) (emacs-lisp-mode :tabs nil) (lisp-mode :tabs nil) + (org-mode :tabs nil) (python-mode :width 4 :tabs t :extra-vars (python-indent-offset)) (rust-mode :width 4 :tabs t) (sgml-mode :width 4 :tabs t :extra-vars (sgml-basic-offset)) -- cgit v1.2.3