newcomers-presets: Drop after-save-hook entry

* etc/themes/newcomers-presets-theme.el
(newcomers-presets-mode-enabled-local-modes): Remove
executable-make-buffer-file-executable-if-script-p.
This commit is contained in:
Sean Whitton 2026-03-09 20:27:10 +00:00
parent ab47eadb60
commit a9432736f7

View file

@ -38,9 +38,7 @@
(prog-mode-hook . flyspell-prog-mode)
(text-mode-hook . display-line-numbers-mode)
(text-mode-hook . flyspell-mode)
(after-save-hook . executable-make-buffer-file-executable-if-script-p))
(text-mode-hook . flyspell-mode))
"Alist mapping hooks to functions.
The functions are added to the corresponding hooks when enabling
`newcomers-presets-mode', and removed when disabling the mode.")