summaryrefslogtreecommitdiffstats
path: root/init.org
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2018-12-26 21:46:31 -0500
committerAmin Bandali <bandali@gnu.org>2018-12-26 21:46:31 -0500
commit408330027b47c21acc9717c9e01d9ffa438cbbba (patch)
tree60e49a002288e3aa95cc2229201141fd38a959d0 /init.org
parentd92bd2a8d3006b984ae6658dacc89ed2275f07d0 (diff)
downloadconfigs-408330027b47c21acc9717c9e01d9ffa438cbbba.tar.gz
configs-408330027b47c21acc9717c9e01d9ffa438cbbba.tar.xz
configs-408330027b47c21acc9717c9e01d9ffa438cbbba.zip
[emacs/which-key] improve readability
Diffstat (limited to '')
-rw-r--r--init.org5
1 files changed, 4 insertions, 1 deletions
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