]> xn--ix-yja.es Git - alex.git/commitdiff
Add which-key
authorAlex <alex.corcoles@veecle.io>
Fri, 16 Aug 2024 15:09:48 +0000 (17:09 +0200)
committeralexpdp7 <alex@corcoles.net>
Fri, 16 Aug 2024 15:13:59 +0000 (17:13 +0200)
emacs/emacs.el

index 6963eec82cdd61e8bf13f5995de31b0ce72d8973..528260d88d92712543c82b5b54dd690a1d997150 100644 (file)
   (global-set-key (kbd "C-x C-b") #'helm-mini)
   (setq helm-ff-skip-boring-files t))
 
+;; learn keyboard shortcuts
+(use-package which-key
+  :ensure t
+  :config
+  (which-key-mode))
+
 ;; LSP base for Rust and Java
 (use-package lsp-mode
   :ensure t