mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
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:
parent
ab47eadb60
commit
a9432736f7
1 changed files with 1 additions and 3 deletions
|
|
@ -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.")
|
||||
|
|
|
|||
Loading…
Reference in a new issue