mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-23 14:03:44 -05:00
tools/*: fix path tags + tmux command autoloads
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
;;; extra/tmux/autoload/evil.el
|
||||
;;; tools/tmux/autoload/evil.el
|
||||
|
||||
;;;###autoload (autoload '+tmux:run "extra/tmux/autoload/evil" nil t)
|
||||
;;;###autoload (autoload '+tmux:run "tools/tmux/autoload/evil" nil t)
|
||||
(evil-define-command +tmux:run (command bang)
|
||||
(interactive "<fsh><!>")
|
||||
(+tmux/run command bang))
|
||||
|
||||
;;;###autoload (autoload '+tmux:cd-here "extra/tmux/autoload/evil" nil t)
|
||||
;;;###autoload (autoload '+tmux:cd-here "tools/tmux/autoload/evil" nil t)
|
||||
(evil-define-command +tmux:cd-here (bang)
|
||||
(interactive "<!>")
|
||||
(if bang
|
||||
|
Reference in New Issue
Block a user