mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user