From 8a6d56e247e65185ebb4fe6a0490ef67241380b8 Mon Sep 17 00:00:00 2001 From: Magic_RB Date: Sat, 2 Sep 2023 15:09:33 +0200 Subject: [PATCH] Disable tab indentation Signed-off-by: Magic_RB --- make.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/make.el b/make.el index 5473b95..a702baf 100644 --- a/make.el +++ b/make.el @@ -42,7 +42,9 @@ org-export-headline-levels 6 ; emacs-htmlize does not work when Emacs is ran in =script= mode unfortunately ;; org-html-html5-fancy t - org-html-htmlize-output-type 'css) + org-html-htmlize-output-type 'css + indent-tabs-mode nil) +(setq-default indent-tabs-mode nil) (defvar magic_rb/asset-include