From 84903e44254996836a57cd16dec42d84cc3b92dd Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Thu, 30 Apr 2020 18:27:40 -0700 Subject: Fix making scripts executable on save --- oni-sh.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'oni-sh.el') 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 ;; 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) -- cgit v1.2.3-54-g00ecf