From 74632b66fb7fb78548b3ce72499a40e31960ec8d Mon Sep 17 00:00:00 2001 From: Marcus Kammer Date: Sat, 21 Oct 2023 10:22:22 +0200 Subject: [PATCH] Update which-key package --- bundle/bundle--package.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bundle/bundle--package.el b/bundle/bundle--package.el index fd6e488d..b25058f2 100644 --- a/bundle/bundle--package.el +++ b/bundle/bundle--package.el @@ -607,5 +607,5 @@ Uses `mk/hyperspec-dir-locations' to find the directory." epg-gpg-program "c:/Program Files (x86)/GnuPG/bin/gpg.exe" epg-gpgconf-program "c:/Program Files (x86)/GnuPG/bin/gpgconf.exe"))) -(use-package which-key) -(which-key-mode) +(use-package which-key + :init (which-key-mode))