emacs: stop messing with org mode src indentation

auto-flake-update
Yorick van Pelt 2022-04-25 10:57:13 +02:00
parent 10eb0b28c1
commit 5c41dc7b08
Signed by: yorick
GPG Key ID: A36E70F9DC014A15
1 changed files with 1 additions and 0 deletions

View File

@ -25,6 +25,7 @@
* Org stuff * Org stuff
** Scratch buffer ** Scratch buffer
#+BEGIN_SRC emacs-lisp #+BEGIN_SRC emacs-lisp
(setq org-src-preserve-indentation 't)
(setq initial-major-mode 'org-mode) (setq initial-major-mode 'org-mode)
(setq initial-scratch-message "\ (setq initial-scratch-message "\
,#+TITLE: Scratch buffer ,#+TITLE: Scratch buffer