diff options
author | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 05:03:18 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2023-08-11 05:03:18 +0200 |
commit | 53576ef279e3212c6e3cadbc8a200d4f519856c1 (patch) | |
tree | 627f6dc462fb7103ea09065fdf1e589cbde0b03e /.config | |
parent | 486ee8947f5d800ae45b4d1014254f79da3afcde (diff) |
emacs: Disable tab indentation for ‘org-mode’
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/config.org | 1 |
1 files changed, 1 insertions, 0 deletions
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)) |