Set indent-tabs-mode to nil
This commit is contained in:
parent
a7b96bb042
commit
c186f7d3ad
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue