General refactor & cleanup + update TODO
This commit is contained in:
parent
8648ea0314
commit
b0bb013601
7 changed files with 91 additions and 78 deletions
|
@ -36,7 +36,7 @@
|
|||
(defun ,fn-sym (&rest _)
|
||||
(define-key evil-motion-state-map (kbd "SPC") ',next-func)
|
||||
(define-key evil-motion-state-map (kbd "S-SPC") ',prev-func))
|
||||
(advice-add ',command :before ',fn-sym))))
|
||||
(advice-add #',command :before #',fn-sym))))
|
||||
|
||||
(after! evil
|
||||
;; n/N
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue