summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-02-13 08:30:34 -0800
committerFranck Cuny <franck.cuny@gmail.com>2017-02-13 08:30:34 -0800
commita3686130ee34f402a8c87a13edbd404642b2b64f (patch)
tree7459ac0a08d77a734242e6e128c127034d2dc171 /Makefile
parent[Emacs] Add spaceline (diff)
downloademacs.d-a3686130ee34f402a8c87a13edbd404642b2b64f.tar.gz
[tmux] and once again, add it back ..
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 376003b..0fb90ee 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,8 @@ INSTALL = \
 	bashrc \
 	emacs.d \
 	gitconfig \
-	gitignore
+	gitignore \
+	tmux.conf
 
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))