aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2024-10-16 16:47:57 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2024-10-16 16:47:57 +0100
commit931ce09cdedb52b725e379586d1432cf7b6134d2 (patch)
tree10a18b7c0009e78e985f1b575da96675e10f247f
parent364750e97dac732be648a95db61b203b7995b39a (diff)
downloaddotfiles-931ce09cdedb52b725e379586d1432cf7b6134d2.tar.gz
dotfiles-931ce09cdedb52b725e379586d1432cf7b6134d2.tar.bz2
dotfiles-931ce09cdedb52b725e379586d1432cf7b6134d2.zip
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.
-rw-r--r--Emacs/.config/emacs/config.org11
1 files changed, 1 insertions, 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