ui/nav-flash: factor out redundancy
This commit is contained in:
parent
633fd7c95f
commit
a93f097f78
2 changed files with 3 additions and 4 deletions
|
@ -1,8 +1,8 @@
|
|||
;;; ui/nav-flash/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(defvar +nav-flash-exclude-commands
|
||||
'(mouse-set-point evil-mouse-drag-region
|
||||
+org/dwim-at-point org-find-file org-find-file-at-mouse)
|
||||
'(mouse-set-point mouse-drag-region evil-mouse-drag-region +org/dwim-at-point
|
||||
org-find-file org-find-file-at-mouse)
|
||||
"A list of commands that should not trigger nav-flash.")
|
||||
|
||||
(use-package! nav-flash
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue