documentation formatting: Wed Apr 10 18:17:02 UTC 2019

This commit is contained in:
emacspace 2019-04-10 18:17:02 +00:00 committed by smile13241324
parent beab291332
commit 7bf2d00857
1 changed files with 2 additions and 2 deletions

View File

@ -1092,10 +1092,10 @@ key-discovery tools can use (e.g., which-key).
Example to create binding in major mode:
#+begin_src emacs-lisp
#+BEGIN_SRC emacs-lisp
(spacemacs/declare-prefix-for-mode 'org-mode "o" "custom")
(spacemacs/set-leader-keys-for-major-mode 'org-mode "oi" 'org-id-get-create)
#+end_src
#+END_SRC
This would add binding as ~, oi~ and ~SPC moi~.