Feature detect set-face-extend
In case there are folks out there using versions of Emacs 27 before :extend was introduced.
This commit is contained in:
parent
71e23fb250
commit
2c0935cb62
1 changed files with 2 additions and 1 deletions
|
@ -37,4 +37,5 @@
|
|||
(advice-add #'what-cursor-position :after #'+nav-flash-blink-cursor-a)
|
||||
|
||||
:config
|
||||
(if EMACS27+ (set-face-extend 'nav-flash-face t)))
|
||||
(when (fboundp 'set-face-extend)
|
||||
(set-face-extend 'nav-flash-face t)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue