diff options
author | Kyle Meyer <kyle@kyleam.com> | 2021-01-30 16:15:30 -0500 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2021-02-06 12:24:15 -0500 |
commit | b1c4b7d952fbd9b961da6623ea03153e36224330 (patch) | |
tree | 60ad723bef9f79202544736bc49cf8172c6fc8bf | |
parent | 0ec86c9e1b8d3ce8080b724893068be5f729cc3c (diff) | |
download | emacs.d-b1c4b7d952fbd9b961da6623ea03153e36224330.tar.gz |
Don't use executable-make-buffer-file-executable-if-script-p
-rw-r--r-- | init.el | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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) |