From 5c41dc7b08ec33b92f44fc01b7518afcf115e808 Mon Sep 17 00:00:00 2001 From: Yorick van Pelt Date: Mon, 25 Apr 2022 10:57:13 +0200 Subject: [PATCH] emacs: stop messing with org mode src indentation --- emacs/emacs.org | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs/emacs.org b/emacs/emacs.org index 48a93e8..aa0a651 100644 --- a/emacs/emacs.org +++ b/emacs/emacs.org @@ -25,6 +25,7 @@ * Org stuff ** Scratch buffer #+BEGIN_SRC emacs-lisp + (setq org-src-preserve-indentation 't) (setq initial-major-mode 'org-mode) (setq initial-scratch-message "\ ,#+TITLE: Scratch buffer