From 3be4f578d2a5ebd56296669ca13fd238a8980bbf Mon Sep 17 00:00:00 2001 From: alexpdp7 Date: Wed, 30 Apr 2025 08:11:27 +0200 Subject: [PATCH] Fix markup --- emacs/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/README.md b/emacs/README.md index a888fbe..fb18bf9 100644 --- a/emacs/README.md +++ b/emacs/README.md @@ -19,7 +19,7 @@ You can execute Emacs commands with `M-x` (alt-x). You can learn many keybindings through the hints that the Emacs menu and `M-x` show. When you pause after pressing an incomplete shortcut, `which-key-mode` shows the next keys and shortcuts available. -By pressing `C-x` (control-x), `C-c`, or `C-h, you can see the global, mode, and help shortcuts respectively. +By pressing `C-x` (control-x), `C-c`, or `C-h`, you can see the global, mode, and help shortcuts respectively. [My `emacs.el` is about 120 lines](emacs.el). Perhaps when you read this, my current config will be much bigger.. -- 2.47.3