Minor refactors across the board
This commit is contained in:
parent
684e69c968
commit
2bf74158fd
5 changed files with 7 additions and 11 deletions
|
@ -18,8 +18,7 @@ jumping to another part of the file)."
|
|||
or triggered from one of `+nav-flash-exclude-commands'."
|
||||
(unless (or (memq this-command +nav-flash-exclude-commands)
|
||||
(bound-and-true-p so-long-minor-mode)
|
||||
(eq major-mode 'so-long-mode)
|
||||
(derived-mode-p 'special-mode 'term-mode)
|
||||
(derived-mode-p 'so-long-mode 'special-mode 'term-mode)
|
||||
(and (equal (point-marker) (car +nav-flash--last-point))
|
||||
(equal (selected-window) (cdr +nav-flash--last-point))))
|
||||
(+nav-flash-blink-cursor)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue