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