diff options
| author | alex <alex@pdp7.net> | 2025-03-29 12:10:27 +0100 |
|---|---|---|
| committer | alexpdp7 <alex@corcoles.net> | 2025-03-29 13:09:32 +0100 |
| commit | 6f2d849c5278a6fa9044b89ec59443b1d0edcca8 (patch) | |
| tree | adc3d858a340dc58adf4307ba7d3ffc098fa1b24 /emacs | |
| parent | 5e1bcacbf9c16be508d30104781a55a494f94623 (diff) | |
Use whichkey built in Emacs 30
Diffstat (limited to 'emacs')
| -rw-r--r-- | emacs/emacs.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 73889087..3b56e60b 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 |
