diff options
Diffstat (limited to 'init.el')
-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 | ||