Skip to content

Commit

Permalink
nav-flash: clean up
Browse files Browse the repository at this point in the history
Removed the setting on `nav-flash-face` to `:extend t`
because this is the default.
  • Loading branch information
lebensterben committed Jul 26, 2022
1 parent 8e3686d commit 90f0111
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions layers/+misc/nav-flash/packages.el
Original file line number Diff line number Diff line change
@@ -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
;;
Expand Down Expand Up @@ -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))

0 comments on commit 90f0111

Please sign in to comment.