aboutsummaryrefslogtreecommitdiffstats
path: root/oni-sh.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2020-04-30 18:27:40 -0700
committerGravatar Tom Willemse2020-04-30 18:27:40 -0700
commit84903e44254996836a57cd16dec42d84cc3b92dd (patch)
treecbb109a398290370f8719db10c4d23e8b1869b2d /oni-sh.el
parent3da3700fae9b141aa10c56941c98abea49214a00 (diff)
downloademacs-config-84903e44254996836a57cd16dec42d84cc3b92dd.tar.gz
emacs-config-84903e44254996836a57cd16dec42d84cc3b92dd.zip
Fix making scripts executable on save
Diffstat (limited to 'oni-sh.el')
-rw-r--r--oni-sh.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/oni-sh.el b/oni-sh.el
index e7bf3ba..ee22755 100644
--- a/oni-sh.el
+++ b/oni-sh.el
@@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
-;; Version: 2020.0417.142006
+;; Version: 2020.0427.091422
;; Package-Requires: (reformatter oni-flycheck oni-fci oni-smartparens)
;; This program is free software; you can redistribute it and/or modify
@@ -44,7 +44,6 @@
:group 'shfmt)
(add-hook 'sh-mode-hook 'electric-indent-local-mode)
-(add-hook 'sh-mode-hook 'executable-make-buffer-file-executable-if-script-p)
(add-hook 'sh-mode-hook 'fci-mode)
(add-hook 'sh-mode-hook 'flycheck-mode)
(add-hook 'sh-mode-hook 'shfmt-on-save-mode)