Make FAQ explicit about eval after load

This commit is contained in:
Eivind Fonn 2015-10-23 10:19:29 +02:00
parent aa64092dc9
commit 1fdd332e5c
1 changed files with 3 additions and 2 deletions

View File

@ -173,8 +173,9 @@ question. To enable the leader key in this case, you may have to define a
binding in the mode's map, e.g. for =magit-status-mode=,
#+begin_src emacs-lisp
(define-key magit-status-mode-map
(kbd dotspacemacs-leader-key) evil-leader--default-map)
(with-eval-after-load 'magit
(define-key magit-status-mode-map
(kbd dotspacemacs-leader-key) evil-leader--default-map))
#+end_src
** Windows