nav-flash: clean up

Removed the setting on `nav-flash-face` to `:extend t`
because this is the default.
This commit is contained in:
Lucius Hu 2022-07-26 02:55:32 -04:00
parent 8e3686d254
commit 90f01114d2
No known key found for this signature in database
GPG Key ID: 7E474E82E29B5A7A
1 changed files with 2 additions and 7 deletions

View File

@ -1,4 +1,4 @@
;;; packages.el --- Nav-flash Layer Packages File for Spacemacs.
;;; packages.el --- Nav-flash Layer Packages File for Spacemacs. -*- lexical-binding: t; -*-
;;
;; Copyright (c) 2012-2022 Sylvain Benner & Contributors
;;
@ -60,14 +60,9 @@
switch-to-buffer
winum-select-window-by-number
pop-tag-mark
;; persp-switch
spacemacs/alternate-buffer
spacemacs/jump-to-definition))
(advice-add command :after #'nav-flash/blink-cursor-maybe))
;; persp and eyebrowse
(advice-add 'persp-switch :after #'nav-flash/delayed-blink-cursor-h)
:config
(with-eval-after-load "nav-flash"
(set-face-extend 'nav-flash-face t)))
(advice-add 'persp-switch :after #'nav-flash/delayed-blink-cursor-h))