doomemacs/init/init-sh.el
2014-11-29 20:21:03 -05:00

5 lines
147 B
EmacsLisp

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