diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-11-23 09:27:31 -0800 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-11-23 09:27:31 -0800 |
commit | 6f6864aab3322b24f7937ead4ccce2a6386e7d22 (patch) | |
tree | 457baf02f4ee50acce3c47e5566b4d0903f30365 /configs/rcs/Makefile | |
parent | [bash] Let's try to use emacs tty (diff) | |
download | emacs.d-6f6864aab3322b24f7937ead4ccce2a6386e7d22.tar.gz |
[tmux] delete it again.
Diffstat (limited to '')
-rw-r--r-- | configs/rcs/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile index 6a24d52..e71e986 100644 --- a/configs/rcs/Makefile +++ b/configs/rcs/Makefile @@ -8,8 +8,7 @@ INSTALL = \ ctags \ emacs.d \ gitconfig \ - gitignore \ - tmux.conf + gitignore INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) |