Skip to content

Commit

Permalink
Quote 'emacs'
Browse files Browse the repository at this point in the history
  • Loading branch information
jennybc committed Feb 21, 2018
1 parent c5dd730 commit b34f913
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 08_install-introduce-self-git.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ These commands return nothing. You can check that Git understood what you typed
Another Git option that many people eventually configure is the editor. At some point, you will fail to give Git what it wants in terms of a commit message and it will kick you into an editor. This can be distressing, if it's not your editor of choice and you don't even know how to save and quit. You can enforce your will with something along these lines:

``` bash
git config --global core.editor emacs
git config --global core.editor 'emacs'
```

Substitute your preferred editor for `emacs` here.

0 comments on commit b34f913

Please sign in to comment.