Remove helm-pages

This commit is contained in:
Daniel Borchmann 2025-08-07 17:03:38 +02:00
parent 2db4ce7607
commit cacb06b975
No known key found for this signature in database
GPG Key ID: 50EA937BF472ADD1

View File

@ -2420,8 +2420,7 @@ Note that this workaround is incomplete, as explained in this comment."
(if (require 'helm-global-bindings nil :no-error) (if (require 'helm-global-bindings nil :no-error)
(progn (progn
(bind-key "#" #'helm-emms helm-command-map) (bind-key "#" #'helm-emms helm-command-map))
(bind-key "P" #'helm-pages helm-command-map))
(warn (concat (warn (concat
"Cannot load `helm-global-bindings', please check your helm installation for completeness. " "Cannot load `helm-global-bindings', please check your helm installation for completeness. "
"(Have you installed it from melpa?)"))))) "(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) (setq dumb-jump-selector 'helm)
(add-hook 'xref-backend-functions #'dumb-jump-xref-activate))) (add-hook 'xref-backend-functions #'dumb-jump-xref-activate)))
(use-package helm-pages
:ensure t
:commands (helm-pages))
(use-package imenu (use-package imenu
:init (setq imenu-use-markers t :init (setq imenu-use-markers t
imenu-auto-rescan t imenu-auto-rescan t