Do pulse-location-mode /after/ init

This commit is contained in:
Case Duckworth 2022-01-03 15:17:33 -06:00
parent 69ed56fed8
commit 2d143ecd7f
1 changed files with 3 additions and 3 deletions

View File

@ -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)