From dd91694b6cbaff3ee31850b83af17626d4d0f66d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 23 Sep 2024 13:59:07 +0200 Subject: emacs: Use default for which-key-popup-type --- .config/emacs/init.el | 1 - 1 file changed, 1 deletion(-) (limited to '.config/emacs') 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)) -- cgit v1.2.3