Remove which-key and adjust zoom-size

I've got a bit more experience with my Emacs configuration now, and if
I'm having trouble remembering the binds under some prefix I can use
C-h to help me out.
This commit is contained in:
2024-10-16 16:47:57 +01:00
parent 364750e97d
commit 931ce09cde

View File

@@ -1481,16 +1481,7 @@ side by side.
:defer t
:hook (after-init-hook . zoom-mode)
:init
(setq zoom-size '(80 . 0.5)))
#+end_src
** Which-key
Which key uses the minibuffer when performing a keybind to provide
possible options for the next key.
#+begin_src emacs-lisp
(use-package which-key
:defer t
:hook (after-init-hook . which-key-mode))
(setq zoom-size '(90 . 25)))
#+end_src
** Hide mode line
Custom minor mode to toggle the mode line. Check it out at