Skip to content

Commit 90f0111

Browse files
committed
nav-flash: clean up
Removed the setting on `nav-flash-face` to `:extend t` because this is the default.
1 parent 8e3686d commit 90f0111

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

layers/+misc/nav-flash/packages.el

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
;;; packages.el --- Nav-flash Layer Packages File for Spacemacs.
1+
;;; packages.el --- Nav-flash Layer Packages File for Spacemacs. -*- lexical-binding: t; -*-
22
;;
33
;; Copyright (c) 2012-2022 Sylvain Benner & Contributors
44
;;
@@ -60,14 +60,9 @@
6060
switch-to-buffer
6161
winum-select-window-by-number
6262
pop-tag-mark
63-
;; persp-switch
6463
spacemacs/alternate-buffer
6564
spacemacs/jump-to-definition))
6665
(advice-add command :after #'nav-flash/blink-cursor-maybe))
6766

6867
;; persp and eyebrowse
69-
(advice-add 'persp-switch :after #'nav-flash/delayed-blink-cursor-h)
70-
71-
:config
72-
(with-eval-after-load "nav-flash"
73-
(set-face-extend 'nav-flash-face t)))
68+
(advice-add 'persp-switch :after #'nav-flash/delayed-blink-cursor-h))

0 commit comments

Comments
 (0)