mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
tools/tmux: minor refactor of +tmux/rerun
This commit is contained in:
@ -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)
|
||||
|
Reference in New Issue
Block a user