diff options
author | Franck Cuny <franckcuny@gmail.com> | 2016-07-31 13:49:48 -0700 |
---|---|---|
committer | Franck Cuny <franckcuny@gmail.com> | 2016-07-31 13:50:37 -0700 |
commit | fe64da9ad511972229cb400c33ac0d1fcbe78f00 (patch) | |
tree | 6439721862d0f3ffd5144294a1d47984ad29fa7b /Makefile | |
parent | [emacs] markdown configuration (diff) | |
download | emacs.d-fe64da9ad511972229cb400c33ac0d1fcbe78f00.tar.gz |
[tmux] delete configuration for `tmux'.
I have not used tmux in a while, and I don't see myself using it in a near future, this can be removed. Closes #13
Diffstat (limited to '')
-rw-r--r-- | Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile index 416be0b..cdff6e6 100644 --- a/Makefile +++ b/Makefile @@ -5,8 +5,7 @@ INSTALL = \ aspell.en.pws \ emacs.d \ gitconfig \ - gitignore \ - tmux.conf + gitignore git: git config --local user.email "franckcuny@gmail.com" |