From: alex Date: Sat, 29 Mar 2025 11:10:27 +0000 (+0100) Subject: Use whichkey built in Emacs 30 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=6f2d849c5278a6fa9044b89ec59443b1d0edcca8;p=alex.git Use whichkey built in Emacs 30 --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 7388908..3b56e60 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -75,10 +75,7 @@ (setq helm-ff-skip-boring-files t)) ;; learn keyboard shortcuts -(use-package which-key - :ensure t - :config - (which-key-mode)) +(which-key-mode) ;; LSP base for Rust and Java (use-package lsp-mode