summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-04-19 22:24:16 -0500
committerCase Duckworth2022-04-19 22:24:16 -0500
commit7d71c6e5bce26974b6def9dca96b9428a743f6d0 (patch)
treef1af9c716de93f0e9209b09ea2f0e0856b1957c8 /init.el
parentMerge branch 'main' of tildegit.org:acdw/emacs (diff)
downloademacs-7d71c6e5bce26974b6def9dca96b9428a743f6d0.tar.gz
emacs-7d71c6e5bce26974b6def9dca96b9428a743f6d0.zip
Add Info history commands to pulse commands
Diffstat (limited to 'init.el')
-rw-r--r--init.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index a69081f..cb96c0c 100644 --- a/init.el +++ b/init.el
@@ -107,7 +107,8 @@
107 pulse-delay 0.5 107 pulse-delay 0.5
108 pulse-iterations 1) 108 pulse-iterations 1)
109 (dolist (command '(+ace-window-or-switch-buffer 109 (dolist (command '(+ace-window-or-switch-buffer
110 pop-mark pop-globl-mark)) 110 pop-mark pop-globl-mark
111 Info-history-back Info-history-forward))
111 (add-to-list '+pulse-location-commands command)) 112 (add-to-list '+pulse-location-commands command))
112 (+ensure-after-init #'+pulse-location-mode)) 113 (+ensure-after-init #'+pulse-location-mode))
113 114