diff options
-rw-r--r-- | init.org | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 |