Use helm only for EMMS

Reeducate my muscle memory to not use the other bindings anymore.
This commit is contained in:
Daniel Borchmann 2025-08-07 17:58:13 +02:00
parent 100fa46df5
commit c2581cfb49
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2390,10 +2390,7 @@ Note that this workaround is incomplete, as explained in this comment."
(use-package helm (use-package helm
:ensure t :ensure t
:bind (:map helm-command-map :init (setopt helm-command-prefix-key nil))
("#" . helm-emms))
:init (setopt helm-command-prefix-key "C-c h" ; see `db/run-init' for explicit binding
))
(use-package recentf (use-package recentf
:commands (recentf-mode recentf-save-list) :commands (recentf-mode recentf-save-list)
@ -3074,6 +3071,7 @@ Note that this workaround is incomplete, as explained in this comment."
(bind-key "C-c c" #'org-capture) (bind-key "C-c c" #'org-capture)
(bind-key "C-c d" #'define-word-at-point) (bind-key "C-c d" #'define-word-at-point)
(bind-key "C-c e" #'crux-eval-and-replace) (bind-key "C-c e" #'crux-eval-and-replace)
(bind-key "C-c h #" #'helm-emms)
(bind-key "C-c i" #'ispell-change-dictionary) (bind-key "C-c i" #'ispell-change-dictionary)
(bind-key "C-c j" #'avy-goto-char-timer) (bind-key "C-c j" #'avy-goto-char-timer)
(bind-key "C-c l" #'org-store-link) (bind-key "C-c l" #'org-store-link)