From cacb06b97511d37631679ebf871e2b3139774000 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Thu, 7 Aug 2025 17:03:38 +0200 Subject: [PATCH] Remove helm-pages --- init.el | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/init.el b/init.el index 1c877f6..cb737b6 100644 --- a/init.el +++ b/init.el @@ -2420,8 +2420,7 @@ Note that this workaround is incomplete, as explained in this comment." (if (require 'helm-global-bindings nil :no-error) (progn - (bind-key "#" #'helm-emms helm-command-map) - (bind-key "P" #'helm-pages helm-command-map)) + (bind-key "#" #'helm-emms helm-command-map)) (warn (concat "Cannot load `helm-global-bindings', please check your helm installation for completeness. " "(Have you installed it from melpa?)"))))) @@ -2539,10 +2538,6 @@ Note that this workaround is incomplete, as explained in this comment." (setq dumb-jump-selector 'helm) (add-hook 'xref-backend-functions #'dumb-jump-xref-activate))) -(use-package helm-pages - :ensure t - :commands (helm-pages)) - (use-package imenu :init (setq imenu-use-markers t imenu-auto-rescan t