Don't chmod +x scripts

This silent change is a bit too intrusive. It's convenient, but let the
user decide to use it, rather than force it on them.
This commit is contained in:
Henrik Lissner 2018-08-31 23:36:54 +02:00
parent 0b64bc004f
commit 4e2bd22869
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -79,8 +79,6 @@ fundamental-mode) for performance sake."
(electric-indent-mode -1) ; enabled by default in Emacs 25+. No thanks.
(add-hook 'after-save-hook #'executable-make-buffer-file-executable-if-script-p)
;; revert buffers for changed files
(def-package! autorevert
:after-call after-find-file