From cc6198d1fe939e206563e8a94e63a291fd7ca230 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 12 Jun 2024 09:16:29 +0200 Subject: [PATCH] Be less verbose --- README.org | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.org b/README.org index 9bb56bf..0be1eb7 100644 --- a/README.org +++ b/README.org @@ -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 :END: -Listing [[lst:configure-shortdoc]] binds {{{kbd(C-h y)}}} to -=shortdoc-display-group=. +Listing [[lst:setup-shortdoc]] binds {{{kbd(C-h y)}}} to =shortdoc-display-group=. -#+caption[Configure =shortdoc=]: -#+caption: Configure =shortdoc=. -#+name: lst:configure-shortdoc +#+caption[Setup =shortdoc=]: +#+caption: Setup =shortdoc=. +#+name: lst:setup-shortdoc #+begin_src emacs-lisp -n :results silent (when (fboundp 'shortdoc-display-group) (keymap-set help-map "y" #'shortdoc-display-group))