From 2d143ecd7f958baaf92161e5d115ccfca43e0330 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Mon, 3 Jan 2022 15:17:33 -0600 Subject: Do pulse-location-mode /after/ init --- init.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'init.el') diff --git a/init.el b/init.el index 13de7ce..0b1d8b0 100644 --- a/init.el +++ b/init.el @@ -73,7 +73,7 @@ (:option pulse-flag nil pulse-delay 0.5 pulse-iterations 1) - (+pulse-location-mode +1)) + (+ensure-after-init #'+pulse-location-mode)) (setup (:require reading) (:global "C-c C-r" #'reading-mode)) @@ -570,8 +570,8 @@ (,(+lui-make-formatting-list-rx "_") 1 lui-emphasis-face) (,(+lui-make-formatting-list-rx "/") - 1 lui-emphasis-face)) - (append +pulse-location-commands) 'lui-track-jump-to-indicator) + 1 lui-emphasis-face))) + (add-to-list '+pulse-location-commands #'lui-track-jump-to-indicator) (:hook #'visual-line-mode #'enable-lui-track #'visual-fill-column-mode) -- cgit 1.4.1-21-gabe81