From 27d2f660192b2cb0eea3068e9e407889127fe03d Mon Sep 17 00:00:00 2001 From: noa Date: Sat, 22 Feb 2025 23:53:10 +0800 Subject: Enable which-key --- emacs/init.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/emacs/init.el b/emacs/init.el index 7d3902f..35c01dd 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -61,6 +61,10 @@ ;; startup.el does not provide itself, cannot be used with use-package (setopt inhibit-startup-screen t) +;; Help with keybindings +(use-package which-key + :hook (after-init . which-key-mode)) + (use-package mouse :custom (mouse-yank-at-point t) -- cgit 1.4.1-2-gfad0