Add missing require statement for helm-bookmark

It's not automatically loaded with `helm`, apparently …
This commit is contained in:
Daniel Borchmann 2023-10-29 13:16:06 +01:00
parent 99aa8e5e56
commit 7a42aedd9c
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -2060,7 +2060,8 @@ point to the beginning of buffer first."
(require 'helm-mode)
(require 'helm-buffers)
(require 'helm-ring)
(require 'helm-source))
(require 'helm-source)
(require 'helm-bookmark))
(if (require 'helm-global-bindings nil :no-error)
(progn