Browse Source

Fix tmux.conf setup target

pull/15/head
10sr 8 years ago
parent
commit
d74344b67c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      Makefile

+ 1
- 1
Makefile View File

@@ -403,7 +403,7 @@ $(home)/.emacs.d/init.el $(home)/.vimrc $(home)/.tmux.conf:

$(home)/.emacs.d/init.el: line_comment := ';;'
$(home)/.vimrc: line_comment := '"'
$(home)/.tmux.conf: line_comment := '#'
$(home)/.tmux.conf: line_comment := '\#'





Loading…
Cancel
Save