mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-09 12:57:25 -05:00
It's settled. I have a problem.
This commit is contained in:
@ -1,5 +1,3 @@
|
||||
(provide 'init-tmux)
|
||||
|
||||
(defun my--tmux-send (command)
|
||||
(shell-command (format "tmux send-keys %s" command)))
|
||||
|
||||
@ -32,3 +30,6 @@
|
||||
(when (evil-ex-p)
|
||||
(message "[Tmux] cd %s" dir)))))
|
||||
|
||||
|
||||
(provide 'init-tmux)
|
||||
;;; init-tmux.el ends here
|
||||
|
Reference in New Issue
Block a user