mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
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:
@ -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)))
|
||||
|
Reference in New Issue
Block a user