aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs1
-rw-r--r--.emacs.local.d/modes/which-key.el5
2 files changed, 6 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index ae89dd4..6336ee1 100644
--- a/.emacs
+++ b/.emacs
@@ -27,6 +27,7 @@
(load-file "~/.emacs.local.d/modes/org-roam.el")
(load-file "~/.emacs.local.d/modes/projectile.el")
(load-file "~/.emacs.local.d/modes/tabbar.el")
+(load-file "~/.emacs.local.d/modes/which-key.el")
(load-file "~/.emacs.local.d/modes/writeroom.el")
(load-file "~/.emacs.local.d/modes/vterm.el")
diff --git a/.emacs.local.d/modes/which-key.el b/.emacs.local.d/modes/which-key.el
new file mode 100644
index 0000000..1d8fd8d
--- /dev/null
+++ b/.emacs.local.d/modes/which-key.el
@@ -0,0 +1,5 @@
+(use-package which-key
+ :ensure t
+ :config
+ (which-key-mode)
+)
nihil fit ex nihilo