summary refs log tree commit diff
path: root/Makefile
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2017-06-11 19:20:46 -0700
committerFranck Cuny <franck.cuny@gmail.com>2017-06-11 19:20:46 -0700
commit714d55280d6bfcb18a8d22870aeaf4bba16b43f3 (patch)
tree77e1a02cf9cff6740aa446e1f1388ff7dace9c72 /Makefile
parent[Emacs] Move packages configuration to a new file. (diff)
downloademacs.d-714d55280d6bfcb18a8d22870aeaf4bba16b43f3.tar.gz
Add configuration for vim.
This is just a test at this point.
Diffstat (limited to '')
-rw-r--r--Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 6f49096..2c540bf 100644
--- a/Makefile
+++ b/Makefile
@@ -8,7 +8,8 @@ INSTALL = \
 	emacs.d \
 	gitconfig \
 	gitignore \
-	tmux.conf
+	tmux.conf \
+	vimrc
 
 
 INSTALLED = $(patsubst %,$(INTO)/.%,$(INSTALL))