diff options
author | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 13:59:07 +0200 |
---|---|---|
committer | Thomas Voss <mail@thomasvoss.com> | 2024-09-23 13:59:07 +0200 |
commit | dd91694b6cbaff3ee31850b83af17626d4d0f66d (patch) | |
tree | 657f261a658d11616d97fe291f7eab7c1f512c3f /.config/emacs/init.el | |
parent | 618bd6b0264aa35b4febcd8e90cfabada2510e81 (diff) |
emacs: Use default for which-key-popup-type
Diffstat (limited to '.config/emacs/init.el')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 25aabc7..9fdfc0d 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -965,7 +965,6 @@ the comparison of the ‘company-pseudo-tooltip-overlay’ height and 0 using PR :init (which-key-mode) :custom - (which-key-popup-type 'minibuffer) (which-key-dont-use-unicode nil) (which-key-ellipsis "..") (which-key-idle-delay 0.5)) |