doomemacs/init/init-sh.el

5 lines
147 B
EmacsLisp
Raw Normal View History

(provide 'init-sh)
;; Make shell scrips executable on save. Good!
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)