From 31cfb2fcdec5555412aec93e9d59bad6260714ad Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Sun, 21 Nov 2021 23:44:36 +0100 Subject: [PATCH] [StumpWM] Add reference to StumpWM PR --- org/config/stumpwm.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index b46b4e5..16a8ff7 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -813,7 +813,8 @@ name, limited to thirty characters. #+end_src I also have a [[https://github.com/Phundrak/stumpwm/tree/feature/no-hardcoded-which-key-format][StumpWM fork]] that introduces two new variables for -customizing which-key keybindings. +customizing which-key keybindings. I submitted a [[https://github.com/stumpwm/stumpwm/pull/931][pull request]], so it +might come one day to StumpWM. #+begin_src lisp (setf *key-seq-color* "^2") (setf *which-key-format* (concat *key-seq-color* "*~5a^n ~a"))