Initfile cleanup

This commit is contained in:
Henrik Lissner 2015-01-15 01:49:11 -05:00
parent f0e7f177da
commit e91258ceff
9 changed files with 91 additions and 87 deletions

View file

@ -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)))