Set indent-tabs-mode to nil

This commit is contained in:
Evie Litherland-Smith 2024-01-25 08:53:58 +00:00
parent a7b96bb042
commit c186f7d3ad

View file

@ -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