projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d92bd2a
)
[emacs/which-key] improve readability
author
Amin Bandali
<bandali@gnu.org>
Thu, 27 Dec 2018 02:46:31 +0000
(21:46 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Thu, 27 Dec 2018 02:46:31 +0000
(21:46 -0500)
init.org
patch
|
blob
|
blame
|
history
diff --git
a/init.org
b/init.org
index
015659b
..
3021933
100644
(file)
--- 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