diff options
author | Raul Benencia <id@rbenencia.name> | 2023-01-31 08:25:38 -0800 |
---|---|---|
committer | Raul Benencia <id@rbenencia.name> | 2023-01-31 08:25:38 -0800 |
commit | 837f3af6c4f221ed78a558c95d52b1a2c192857f (patch) | |
tree | c39f6a50631c4a8280d710f1668a41be93c4e167 /.emacs | |
parent | 5dc653e1c83e745d805ac46320f26efb4e3ee918 (diff) |
emacs: use which-key
Diffstat (limited to '.emacs')
-rw-r--r-- | .emacs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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") |