tools/tmux: minor refactor of +tmux/rerun
This commit is contained in:
parent
be9a06b126
commit
cf3c0d808d
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ but do not execute them."
|
||||||
(interactive "P")
|
(interactive "P")
|
||||||
(unless +tmux-last-command
|
(unless +tmux-last-command
|
||||||
(user-error "No last command to run"))
|
(user-error "No last command to run"))
|
||||||
(apply #'+tmux (car +tmux-last-command) (cdr +tmux-last-command)))
|
(apply #'+tmux +tmux-last-command))
|
||||||
|
|
||||||
;;;###autoload
|
;;;###autoload
|
||||||
(defun +tmux/cd (&optional arg directory)
|
(defun +tmux/cd (&optional arg directory)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue