Skip to content

Commit

Permalink
Document mode activation order.
Browse files Browse the repository at this point in the history
Adresses issue #10.

Signed-off-by: Michael Markert <markert.michael@googlemail.com>
  • Loading branch information
cofi committed Jun 9, 2013
1 parent 453adeb commit c9283a5
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#+END_SRC
to enable =evil-leader= in every buffer where =evil= is enabled.

Note: You should enable =global-evil-leader-mode= before you enable =evil-mode=,
otherwise =evil-leader= won't be enabled in initial buffers (=*scratch*=,
=*Messages*=, ...).

Use =evil-leader/set-key= to bind keys in the leader map.
For example:
#+BEGIN_SRC emacs-lisp
Expand Down
4 changes: 4 additions & 0 deletions evil-leader.el
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,10 @@
;;
;; to enable `evil-leader' in every buffer where `evil' is enabled.
;;
;; Note: You should enable `global-evil-leader-mode' before you enable
;; `evil-mode', otherwise `evil-leader' won't be enabled in initial
;; buffers (*scratch*, *Messages*, ...).
;;
;; Use `evil-leader/set-key' to bind keys in the leader map.
;; For example:
;;
Expand Down

0 comments on commit c9283a5

Please sign in to comment.