summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 15:17:33 -0600
committerCase Duckworth2022-01-03 15:17:49 -0600
commit2d143ecd7f958baaf92161e5d115ccfca43e0330 (patch)
treed492af775143164bb5c96e1d6629706c2fe1fa4c /init.el
parentChange truncation ellipsis (diff)
downloademacs-2d143ecd7f958baaf92161e5d115ccfca43e0330.tar.gz
emacs-2d143ecd7f958baaf92161e5d115ccfca43e0330.zip
Do pulse-location-mode /after/ init
Diffstat (limited to 'init.el')
-rw-r--r--init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/init.el b/init.el index 13de7ce..0b1d8b0 100644 --- a/init.el +++ b/init.el
@@ -73,7 +73,7 @@
73 (:option pulse-flag nil 73 (:option pulse-flag nil
74 pulse-delay 0.5 74 pulse-delay 0.5
75 pulse-iterations 1) 75 pulse-iterations 1)
76 (+pulse-location-mode +1)) 76 (+ensure-after-init #'+pulse-location-mode))
77 77
78(setup (:require reading) 78(setup (:require reading)
79 (:global "C-c C-r" #'reading-mode)) 79 (:global "C-c C-r" #'reading-mode))
@@ -570,8 +570,8 @@
570 (,(+lui-make-formatting-list-rx "_") 570 (,(+lui-make-formatting-list-rx "_")
571 1 lui-emphasis-face) 571 1 lui-emphasis-face)
572 (,(+lui-make-formatting-list-rx "/") 572 (,(+lui-make-formatting-list-rx "/")
573 1 lui-emphasis-face)) 573 1 lui-emphasis-face)))
574 (append +pulse-location-commands) 'lui-track-jump-to-indicator) 574 (add-to-list '+pulse-location-commands #'lui-track-jump-to-indicator)
575 (:hook #'visual-line-mode 575 (:hook #'visual-line-mode
576 #'enable-lui-track 576 #'enable-lui-track
577 #'visual-fill-column-mode) 577 #'visual-fill-column-mode)