From efb8a4c9c929e5faea19463334ad059fe140c7d6 Mon Sep 17 00:00:00 2001 From: Gerard Vermeulen Date: Wed, 19 Jun 2024 11:17:21 +0200 Subject: [PATCH] Edit text in the "Keycast" section --- README.org | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/README.org b/README.org index 3feb2a9..42ba7d3 100644 --- a/README.org +++ b/README.org @@ -1067,14 +1067,15 @@ looks for files. :CUSTOM_ID: sec:keycast :END: -Listing [[lst:configure-keycast]] configures =keycast=. +Listing [[lst:setup-keycast]] sets up =keycast= so that =keycast-log-mode= uses a +buffer similar to what calling =ediff-setup-windows-plain= returns. -#+caption[Configure =keycast=]: -#+caption: Configure =keycast=. -#+name: lst:configure-keycast +#+caption[Setup =keycast=]: +#+caption: setup =keycast=. +#+name: lst:setup-keycast #+begin_src emacs-lisp -n :results silent -;; Make `keycast-log-update-buffer' use a buffer similar to the -;; control buffer `ediff-setup-windows-plain' returns. +;; Make `keycast-log-update-buffer' use a buffer similar to what +;; calling `ediff-setup-windows-plain' returns. (when (ensure-package-installation 'keycast) (setopt keycast-log-newest-first t keycast-mode-line-window-predicate #'keycast-bottom-right-window-p)