Skip to content

Commit

Permalink
Merge pull request #418 from omegahm/use-checkmark
Browse files Browse the repository at this point in the history
Use checkmark
  • Loading branch information
kemayo committed Jan 5, 2016
2 parents 774d61f + baa9edf commit 2fe2c6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Git.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
,"statusbar_branch": true
// Symbols for quick git status in status bar
,"statusbar_status": true
,"statusbar_status_symbols" : {"modified": "≠", "added": "+", "deleted": "×", "untracked": "?", "conflicts": "‼", "renamed":"R", "copied":"C", "clean": "", "separator": " "}
,"statusbar_status_symbols" : {"modified": "≠", "added": "+", "deleted": "×", "untracked": "?", "conflicts": "‼", "renamed":"R", "copied":"C", "clean": "", "separator": " "}

// Use diff tool configured in Git config
,"diff_tool": false
Expand Down

0 comments on commit 2fe2c6b

Please sign in to comment.