branch: externals/consult commit 446c704cbcb86ee945d851f750582c1583a6ed3b Author: Daniel Mendler <m...@daniel-mendler.de> Commit: Daniel Mendler <m...@daniel-mendler.de>
Update docstring of consult-after-jump-hook See #425, thanks @hmelman --- consult.el | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/consult.el b/consult.el index cc5ea93f7f..e690180bd7 100644 --- a/consult.el +++ b/consult.el @@ -147,8 +147,10 @@ nil shows all `custom-available-themes'." (defcustom consult-after-jump-hook '(recenter) "Function called after jumping to a location. -Commonly used functions for this hook are `recenter' and `reposition-window'. -This is called during preview and for the jump after selection." +Commonly used functions for this hook are `recenter' and +`reposition-window'. You may want to add a function which pulses the +current line, e.g., `pulse-momentary-highlight-one-line'. The hook +called during preview and for the jump after selection." :type 'hook) (defcustom consult-line-start-from-top nil