From c186f7d3ad8bc59f2bfc7e3d9c2ab8b4a702d5db Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 25 Jan 2024 08:53:58 +0000 Subject: [PATCH] Set indent-tabs-mode to nil --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 199a9e1..22476a3 100644 --- a/README.org +++ b/README.org @@ -44,6 +44,9 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia (global-auto-revert-mode +1) (delete-selection-mode +1) + ;; No tabs + (customize-set-variable 'indent-tabs-mode nil) + ;; Make shebang (#!) file executable when saved (add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p) #+end_src