tools/*: fix path tags + tmux command autoloads
This commit is contained in:
parent
91a15a991e
commit
fe3159dae9
6 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
;;; extra/tmux/autoload/tmux.el
|
||||
;;; tools/tmux/autoload/tmux.el
|
||||
|
||||
;; This library offers:
|
||||
;; + A way of communicating with a tmux instance
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue