summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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)