aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
Diffstat (limited to 'emacs')
-rw-r--r--emacs/emacs.el5
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