From 4e2bd2286933b27b221d4fac5d151f74303e780a Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Fri, 31 Aug 2018 23:36:54 +0200 Subject: [PATCH] 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. --- core/core-editor.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index 3141d9142..5e9a68459 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -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