Add Info history commands to pulse commands

This commit is contained in:
Case Duckworth 2022-04-19 22:24:16 -05:00
parent d26bfd92e1
commit 7d71c6e5bc
1 changed files with 2 additions and 1 deletions

View File

@ -107,7 +107,8 @@
pulse-delay 0.5
pulse-iterations 1)
(dolist (command '(+ace-window-or-switch-buffer
pop-mark pop-globl-mark))
pop-mark pop-globl-mark
Info-history-back Info-history-forward))
(add-to-list '+pulse-location-commands command))
(+ensure-after-init #'+pulse-location-mode))