all repos — nixfiles @ b84edf9b8bd5cfa8616808c37aaa18c16f8d2214

System and user configuration, managed by nix and home-manager

Emacs: make bash and fish scripts executable after saving
Alan Pearce alan@alanpearce.eu
Sun, 23 Jun 2024 08:29:04 +0200
commit

b84edf9b8bd5cfa8616808c37aaa18c16f8d2214

parent

f2ccc74d5362a83c9d3dac2d219e5d73d5984825

1 files changed, 1 insertions(+), 1 deletions(-)

jump to
M user/emacs/init.eluser/emacs/init.el
@@ -824,7 +824,7 @@ (ansi-color-apply-on-region compilation-filter-start (point-max))) (add-hook 'compilation-filter-hook #'colourise-compilation-buffer)
 
 ;;;; shell
-(general-add-hook 'sh-mode-hook
+(general-add-hook '(sh-mode-hook bash-ts-mode-hook fish-mode-hook)
                   (lambda ()
                     (general-add-hook 'after-save-hook
                                       #'executable-make-buffer-file-executable-if-script-p :append :local)))