Skip to content

Commit

Permalink
Improve configuration instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
dandavison committed Sep 28, 2020
1 parent dc81977 commit f77e205
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ This Emacs package provides a minor mode which configures [Magit](https://github
1. Install [delta](https://github.com/dandavison/delta).
2. Install magit-delta from [MELPA](https://melpa.org/#/getting-started).
3. Use `M-x magit-delta-mode` to toggle between using delta, and normal magit behavior.
To activate it automatically:
```emacs-lisp
(add-hook 'magit-mode-hook (lambda () (magit-delta-mode +1)))
```
<br>
<br>
Expand Down

0 comments on commit f77e205

Please sign in to comment.