Extend nav-flash-face to edge of window in Emacs 27
This commit is contained in:
parent
09f617de8b
commit
d5f83d7123
1 changed files with 8 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
||||||
org-find-file org-find-file-at-mouse)
|
org-find-file org-find-file-at-mouse)
|
||||||
"A list of commands that should not trigger nav-flash.")
|
"A list of commands that should not trigger nav-flash.")
|
||||||
|
|
||||||
|
|
||||||
|
;;
|
||||||
|
;;; Packages
|
||||||
|
|
||||||
(use-package! nav-flash
|
(use-package! nav-flash
|
||||||
:defer t
|
:defer t
|
||||||
:init
|
:init
|
||||||
|
@ -30,4 +34,7 @@
|
||||||
(advice-add #'evil-window-bottom :after #'+nav-flash-blink-cursor-a)
|
(advice-add #'evil-window-bottom :after #'+nav-flash-blink-cursor-a)
|
||||||
|
|
||||||
;; Bound to `ga' for evil users
|
;; Bound to `ga' for evil users
|
||||||
(advice-add #'what-cursor-position :after #'+nav-flash-blink-cursor-a))
|
(advice-add #'what-cursor-position :after #'+nav-flash-blink-cursor-a)
|
||||||
|
|
||||||
|
:config
|
||||||
|
(if EMACS27+ (set-face-extend 'nav-flash-face t)))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue