Skip to content

Commit

Permalink
readd gvim automatically done
Browse files Browse the repository at this point in the history
  • Loading branch information
Hugo Roy committed Sep 20, 2015
1 parent a90bc1a commit 3b39d01
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions config
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,15 @@
}
},
"editor": {
"gvim": {
"cmd": "gvim",
"args": "-f -c 'set ft=mail' '+set fileencoding=utf-8' '+set ff=unix' '+set enc=utf-8'"
},
"charset": "utf-8",
"emacsclient": {
"cmd": "emacsclient",
"args": "-t"
},
"charset": "utf-8"
}
},
"mail": {
"reply": {
Expand Down

0 comments on commit 3b39d01

Please sign in to comment.