Skip to content

Commit

Permalink
Clarify ,cc
Browse files Browse the repository at this point in the history
  • Loading branch information
linktohack committed Oct 10, 2016
1 parent 6d90798 commit c1ff75f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -95,6 +95,7 @@ elegant/convenient, consider having a look on [evil-space] to keep
To customize keys, consider add something like this into `init.el`.

```lisp
(define-key evil-motion-state-map "," nil)
(evil-define-key 'normal evil-commentary-mode-map ",c" 'evil-commentary)
(define-key evil-commentary-mode-map (kbd "M-;") 'evil-commentary-line)
```
Expand Down

0 comments on commit c1ff75f

Please sign in to comment.