summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/init.el b/init.el
index 11a319d..cd0845a 100644
--- a/init.el
+++ b/init.el
@@ -1751,9 +1751,6 @@
(add-to-list 'auto-mode-alist '("\\.zsh\\'" . shell-script-mode))
(add-to-list 'auto-mode-alist '("\\.*rc\\'" . conf-unix-mode))
-(add-hook 'after-save-hook
- #'executable-make-buffer-file-executable-if-script-p)
-
(bind-keys :map km/eval-map
("b" . eval-buffer)
("d" . eval-defun)