From 7f4419f4b0f091e519890fda2a78158ad9b4efc1 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Fri, 8 Aug 2025 11:23:13 +0200 Subject: [PATCH] Remove obsolete key binding code for helm Forgot to remove this in c2581cf. --- init.el | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.el b/init.el index 394e55b..ff25427 100644 --- a/init.el +++ b/init.el @@ -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