Skip to content

Commit

Permalink
Set default editor
Browse files Browse the repository at this point in the history
  • Loading branch information
eduardolundgren committed Jun 14, 2014
1 parent 809140c commit 3f5fd0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gruntfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ module.exports = function(grunt) {
},
{
config: 'config.editor',
default: 'subl',
default: 'subl -n -w',
message: 'Which editor would you like to use?'
},
{
Expand Down
1 change: 1 addition & 0 deletions templates/.gitconfig
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,5 @@
# the usual default is to push all branches
default = tracking
[core]
editor = <%- editor %>
excludesfile = ~/.gitignore_global

0 comments on commit 3f5fd0c

Please sign in to comment.