diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2017-06-11 19:20:46 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2017-06-11 19:20:46 -0700 |
commit | 714d55280d6bfcb18a8d22870aeaf4bba16b43f3 (patch) | |
tree | 77e1a02cf9cff6740aa446e1f1388ff7dace9c72 /Makefile | |
parent | [Emacs] Move packages configuration to a new file. (diff) | |
download | emacs.d-714d55280d6bfcb18a8d22870aeaf4bba16b43f3.tar.gz |
Add configuration for vim.
This is just a test at this point.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
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)) |