diff options
-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) |