diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2018-09-09 08:41:57 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2018-09-09 08:41:57 -0700 |
commit | 74a3cbc1f0b6c86bde16fa575d487b1f30969748 (patch) | |
tree | 988ff31584525532311e83d156ef5d4c0ca6b94e /configs/rcs/Makefile | |
parent | [bash] set vim for the default editor (diff) | |
download | emacs.d-74a3cbc1f0b6c86bde16fa575d487b1f30969748.tar.gz |
[tmux] add tmux config back
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile index e1fe326..829ea13 100644 --- a/configs/rcs/Makefile +++ b/configs/rcs/Makefile @@ -9,7 +9,8 @@ INSTALL = \ gitconfig \ gitignore \ vimrc \ - vim + vim \ + tmux.conf INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) |