mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-16 15:56:52 -05:00
Breaking change: rewrite add-transient-hook!
HOOK is now evaluated. Hooks should be quoted (and functions
sharp-quoted).
This also fixes commit 0150f78e
.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
(def-package! evil-anzu
|
||||
:when (featurep 'evil)
|
||||
:init
|
||||
(add-transient-hook! evil-ex-start-search (require 'evil-anzu))
|
||||
(add-transient-hook! #'evil-ex-start-search (require 'evil-anzu))
|
||||
:config
|
||||
(setq anzu-cons-mode-line-p nil
|
||||
anzu-minimum-input-length 1
|
||||
|
Reference in New Issue
Block a user