diff options
author | noa@gaiwan.org | 2024-06-13 17:46:10 +0000 |
---|---|---|
committer | noa@gaiwan.org | 2024-06-13 17:46:10 +0000 |
commit | e9dbccb8be10c51a53d9112850868e5a10887462 (patch) | |
tree | d7cfe5a140fdf2b529c3cca417dac4c409179a1c /emacs | |
parent | 789c332bf3dd4189106f0600a3c75ea5f5937322 (diff) |
Disable which key mode
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 1 |
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) |