Be less verbose
This commit is contained in:
parent
eba271ef75
commit
cc6198d1fe
@ -1009,12 +1009,11 @@ Emacs. Try {{{kbd(C-h o)}}} instead of {{{kbd(C-h f)}}} or {{{kbd(C-h v)}}}.
|
|||||||
:CUSTOM_ID: sec:shortdoc-display-group
|
:CUSTOM_ID: sec:shortdoc-display-group
|
||||||
:END:
|
:END:
|
||||||
|
|
||||||
Listing [[lst:configure-shortdoc]] binds {{{kbd(C-h y)}}} to
|
Listing [[lst:setup-shortdoc]] binds {{{kbd(C-h y)}}} to =shortdoc-display-group=.
|
||||||
=shortdoc-display-group=.
|
|
||||||
|
|
||||||
#+caption[Configure =shortdoc=]:
|
#+caption[Setup =shortdoc=]:
|
||||||
#+caption: Configure =shortdoc=.
|
#+caption: Setup =shortdoc=.
|
||||||
#+name: lst:configure-shortdoc
|
#+name: lst:setup-shortdoc
|
||||||
#+begin_src emacs-lisp -n :results silent
|
#+begin_src emacs-lisp -n :results silent
|
||||||
(when (fboundp 'shortdoc-display-group)
|
(when (fboundp 'shortdoc-display-group)
|
||||||
(keymap-set help-map "y" #'shortdoc-display-group))
|
(keymap-set help-map "y" #'shortdoc-display-group))
|
||||||
|
Loading…
Reference in New Issue
Block a user