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:
@@ -1481,16 +1481,7 @@ side by side.
|
|||||||
:defer t
|
:defer t
|
||||||
:hook (after-init-hook . zoom-mode)
|
:hook (after-init-hook . zoom-mode)
|
||||||
:init
|
:init
|
||||||
(setq zoom-size '(80 . 0.5)))
|
(setq zoom-size '(90 . 25)))
|
||||||
#+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))
|
|
||||||
#+end_src
|
#+end_src
|
||||||
** Hide mode line
|
** Hide mode line
|
||||||
Custom minor mode to toggle the mode line. Check it out at
|
Custom minor mode to toggle the mode line. Check it out at
|
||||||
|
|||||||
Reference in New Issue
Block a user