diff options
author | Case Duckworth | 2022-04-19 22:24:16 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-19 22:24:16 -0500 |
commit | 7d71c6e5bce26974b6def9dca96b9428a743f6d0 (patch) | |
tree | f1af9c716de93f0e9209b09ea2f0e0856b1957c8 | |
parent | Merge branch 'main' of tildegit.org:acdw/emacs (diff) | |
download | emacs-7d71c6e5bce26974b6def9dca96b9428a743f6d0.tar.gz emacs-7d71c6e5bce26974b6def9dca96b9428a743f6d0.zip |
Add Info history commands to pulse commands
-rw-r--r-- | init.el | 3 |
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 | ||