Automatically add execute permission to files with a shebang line

This commit is contained in:
Henrik Lissner 2018-03-12 13:28:09 -04:00
parent 3e0e5bcad8
commit 00a9a08afb
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -76,6 +76,8 @@ fundamental-mode) for performance sake."
;; Built-in plugins
;;
(add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p)
;; revert buffers for changed files
(global-auto-revert-mode 1)
(setq auto-revert-verbose nil)