aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index 6963eec8..528260d8 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -57,6 +57,12 @@
(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