diff options
author | Franck Cuny <franck.cuny@gmail.com> | 2016-11-03 08:59:19 -0700 |
---|---|---|
committer | Franck Cuny <franck.cuny@gmail.com> | 2016-11-03 08:59:19 -0700 |
commit | ecbb0f1bf78afbfed0dcf9fe155ad790a05d19e0 (patch) | |
tree | 69312f4760fab8acb60a89ee9654cf4d8bdbe5f7 /Makefile | |
parent | [emacs] Nicer configuration for flycheck. (diff) | |
download | emacs.d-ecbb0f1bf78afbfed0dcf9fe155ad790a05d19e0.tar.gz |
Revert "[tmux] remove it (again)"
This reverts commit f82143bb2c81dec605d63f2b95a3d88a307a7974.
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Makefile b/Makefile index 9fc2c0b..88cda5b 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,8 @@ INSTALL = \ aspell.en.pws \ emacs.d \ gitconfig \ - gitignore + gitignore \ + tmux.conf git: git config --local user.email "franck.cuny@gmail.com" |