diff options
author | Franck Cuny <fcuny@twitter.com> | 2018-10-14 10:35:39 -0700 |
---|---|---|
committer | Franck Cuny <fcuny@twitter.com> | 2018-10-14 10:35:39 -0700 |
commit | dbba60c81e6f519cbcfac2bc5324aa3fb1729d41 (patch) | |
tree | f14886620eb226ba62a44c33840650fb63e5fc0e /configs/rcs/Makefile | |
parent | [README] update. (diff) | |
download | emacs.d-dbba60c81e6f519cbcfac2bc5324aa3fb1729d41.tar.gz |
[tmux] Add tmux config back
Also a global config for `ag`.
Diffstat (limited to 'configs/rcs/Makefile')
-rw-r--r-- | configs/rcs/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/rcs/Makefile b/configs/rcs/Makefile index 2b78a51..6a24d52 100644 --- a/configs/rcs/Makefile +++ b/configs/rcs/Makefile @@ -2,12 +2,14 @@ INTO = $(HOME) INSTALL = \ + agignore \ aspell.en.pws \ bashrc \ ctags \ emacs.d \ gitconfig \ - gitignore + gitignore \ + tmux.conf INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL)) |