Remove obsolete key binding code for helm

Forgot to remove this in c2581cf.
This commit is contained in:
Daniel Borchmann 2025-08-08 11:23:13 +02:00
parent 55552cd8e8
commit 7f4419f4b0
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -3123,12 +3123,6 @@ Note that this workaround is incomplete, as explained in this comment."
(unbind-key "C-x C-c" global-map) ; Quit emacs by calling `save-buffers-kill-emacs' directly
(unbind-key "M-o" global-map)
(when (package-installed-p 'helm)
;; Explicitly require helm, because autoloading is difficult with helm's
;; separate `helm-command-prefix-key' mechanism.
(require 'helm)
(bind-key helm-command-prefix-key #'helm-command-prefix))
;; Environment Variables
(unless on-windows