From 36e750c5baa14e90df5a6e4bbd295fea41d98967 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Sat, 30 Apr 2022 21:33:39 +0530 Subject: [PATCH] Add describe-face keybinding --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 2bae864..2816972 100644 --- a/init.org +++ b/init.org @@ -772,6 +772,7 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol ("l" find-library "library") ("v" helpful-variable "variable") ("f" helpful-callable "function") + ("F" describe-face "face") ("k" helpful-key "key") ("h" helpful-at-point "here") ("m" man "man page")