From 408330027b47c21acc9717c9e01d9ffa438cbbba Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Wed, 26 Dec 2018 21:46:31 -0500 Subject: [PATCH] [emacs/which-key] improve readability --- init.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 015659b..3021933 100644 --- a/init.org +++ b/init.org @@ -1872,7 +1872,10 @@ Emacs package that displays available keybindings in popup "C-c C-e" "web/element" "C-c C-t" "web/tags") - (which-key-mode)) + (which-key-mode) + :custom + (which-key-add-column-padding 5) + (which-key-max-description-length 32)) #+end_src ** theme -- 2.20.1