diff --git a/modules/tools/tmux/autoload/tmux.el b/modules/tools/tmux/autoload/tmux.el index fdfaa6c5e..9508172a2 100644 --- a/modules/tools/tmux/autoload/tmux.el +++ b/modules/tools/tmux/autoload/tmux.el @@ -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)