summary refs log tree commit diff
diff options
context:
space:
mode:
authornoa@gaiwan.org2024-06-13 17:46:10 +0000
committernoa@gaiwan.org2024-06-13 17:46:10 +0000
commite9dbccb8be10c51a53d9112850868e5a10887462 (patch)
treed7cfe5a140fdf2b529c3cca417dac4c409179a1c
parent789c332bf3dd4189106f0600a3c75ea5f5937322 (diff)
Disable which key mode
-rw-r--r--emacs/init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs/init.el b/emacs/init.el
index 4118b5b..2dbbcbd 100644
--- a/emacs/init.el
+++ b/emacs/init.el
@@ -976,6 +976,7 @@ targets."
 	
 
 (use-package which-key
+	:disabled t
 	:ensure t
 	:custom
 	(which-key-popup-type 'side-window)