branch: externals/sxhkdrc-mode commit e4880eb1bd9da0026878b099e3d07162632700c7 Author: Protesilaos Stavrou <i...@protesilaos.com> Commit: Protesilaos Stavrou <i...@protesilaos.com>
Fix typos --- README.md | 2 +- sxhkdrc-mode.el | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dfc1e361e0..ddf6d2c7e6 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # sxhkdrc-mode for GNU Emacs This is a major mode for editing `sxhkdrc` files. SXHKD is the Simple -X Hotkey Daemon which is commonly used in minimalist desktop sessions +X Hot Key Daemon which is commonly used in minimalist desktop sessions on Xorg, such as with the Binary Space Partitioning Window Manager (BSPWM). The `sxhkdrc` file configures key chords, binding them to commands. For the technicalities, read the man page `sxhkd(1)`. diff --git a/sxhkdrc-mode.el b/sxhkdrc-mode.el index 767afd7abf..17d46b8b86 100644 --- a/sxhkdrc-mode.el +++ b/sxhkdrc-mode.el @@ -6,7 +6,7 @@ ;; Maintainer: Protesilaos Stavrou General Issues <~protesilaos/general-iss...@lists.sr.ht> ;; URL: https://git.sr.ht/~protesilaos/sxhkdrc-mode ;; Mailing-List: https://lists.sr.ht/~protesilaos/general-issues -;; Version: 0.1.0 +;; Version: 0.1.1 ;; Package-Requires: ((emacs "27.1")) ;; This file is NOT part of GNU Emacs. @@ -29,7 +29,7 @@ ;; Major mode for editing sxhkdrc files (Simple X Hot Key Daemon). It ;; defines basic fontification rules and supports indentation. ;; -;; SXHKD is the Simple X Hotkey Daemon which is commonly used in +;; SXHKD is the Simple X Hot Key Daemon which is commonly used in ;; minimalist desktop sessions on Xorg, such as with the Binary Space ;; Partitioning Window Manager (BSPWM). ;;