diff options
| author | Raul Benencia <id@rbenencia.name> | 2026-08-12 08:23:11 -0700 |
|---|---|---|
| committer | Raul Benencia <id@rbenencia.name> | 2026-08-12 08:23:11 -0700 |
| commit | 252f1917ddc0b6de3428e1b3aecb819cd7b99a13 (patch) | |
| tree | 0ca2da2a046fa505ae8ae5c50ec13f444d00a2ed /.emacs.d/rul-lisp | |
| parent | 2241fb245a0794b0ba3f7c7cf0734130c3149424 (diff) | |
emacs: which-key is now built-in
Diffstat (limited to '.emacs.d/rul-lisp')
| -rw-r--r-- | .emacs.d/rul-lisp/packages/rul-bindings.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/.emacs.d/rul-lisp/packages/rul-bindings.el b/.emacs.d/rul-lisp/packages/rul-bindings.el index 5421264..68ce46b 100644 --- a/.emacs.d/rul-lisp/packages/rul-bindings.el +++ b/.emacs.d/rul-lisp/packages/rul-bindings.el @@ -10,9 +10,6 @@ ;; invoked, so it repeats like a hydra without needing one. (global-set-key (kbd "C-c z") #'text-scale-adjust) -(use-package which-key - :ensure t - :config - (which-key-mode)) +(which-key-mode 1) ; Built into Emacs 30 (provide 'rul-bindings) |
