tools/tmux: minor refactor of +tmux/rerun

This commit is contained in:
Henrik Lissner 2018-05-25 00:53:46 +02:00
parent be9a06b126
commit cf3c0d808d
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -63,7 +63,7 @@ but do not execute them."
(interactive "P")
(unless +tmux-last-command
(user-error "No last command to run"))
(apply #'+tmux (car +tmux-last-command) (cdr +tmux-last-command)))
(apply #'+tmux +tmux-last-command))
;;;###autoload
(defun +tmux/cd (&optional arg directory)