From 77264d31bfe6a1688e142b8a929dc3ad3149fed9 Mon Sep 17 00:00:00 2001 From: vindarel Date: Fri, 27 Dec 2024 12:30:38 +0100 Subject: [PATCH] example: what is C-h --- content/en/usage/configuration.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/usage/configuration.md b/content/en/usage/configuration.md index 22a69fd..57ae58a 100644 --- a/content/en/usage/configuration.md +++ b/content/en/usage/configuration.md @@ -107,6 +107,7 @@ etc. You can also use `lem:define-keys` to define more than one key at once: ~~~lisp +;; C-h is initially bound to delete-previous-char (define-keys *global-keymap* ("C-h b" 'describe-bindings) ("C-h k" 'describe-key)