Remember to move some hooks to a better place

This commit is contained in:
Daniel Borchmann 2025-06-28 10:01:51 +02:00
parent 989d1017e9
commit a7dc559178
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -3121,7 +3121,7 @@ eventuelly be set to nil, however)."
(with-demoted-errors "Cannot activate `vlf': %s"
(require 'vlf-setup))
;; Global Hooks
;; Global Hooks (XXX: should be moved outside of this init function)
(add-hook 'minibuffer-setup-hook 'cursor-intangible-mode)
(add-hook 'after-save-hook 'executable-make-buffer-file-executable-if-script-p)