Initfile cleanup
This commit is contained in:
parent
f0e7f177da
commit
e91258ceff
9 changed files with 91 additions and 87 deletions
|
@ -1,3 +1,5 @@
|
|||
;;; init.tmux.el - settings for interacting with tmux
|
||||
|
||||
(defun my--tmux-send (command)
|
||||
(shell-command (format "tmux send-keys %s" command)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue