From 931ce09cdedb52b725e379586d1432cf7b6134d2 Mon Sep 17 00:00:00 2001 From: Aryadev Chavali Date: Wed, 16 Oct 2024 16:47:57 +0100 Subject: 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. --- Emacs/.config/emacs/config.org | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org index b9fdcd0..3ed8039 100644 --- a/Emacs/.config/emacs/config.org +++ b/Emacs/.config/emacs/config.org @@ -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 -- cgit v1.2.3-13-gbd6f