Navigation Menu

Skip to content

Commit

Permalink
Fix Command Typos
Browse files Browse the repository at this point in the history
Fix two instances where 'file-file should be 'find-file.
  • Loading branch information
J.R. Garcia committed Sep 17, 2013
1 parent 7c2beeb commit bef6df4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.org
Expand Up @@ -20,12 +20,12 @@
Use =evil-leader/set-key= to bind keys in the leader map.
For example:
#+BEGIN_SRC emacs-lisp
(evil-leader/set-key "e" 'file-file)
(evil-leader/set-key "e" 'find-file)
#+END_SRC
You can also bind several keys at once:
#+BEGIN_SRC emacs-lisp
(evil-leader/set-key
"e" 'file-file
"e" 'find-file
"b" 'switch-to-buffer
"k" 'kill-buffer)
#+END_SRC
Expand Down

0 comments on commit bef6df4

Please sign in to comment.