Add missing require statement for helm-bookmark
It's not automatically loaded with `helm`, apparently …
This commit is contained in:
parent
99aa8e5e56
commit
7a42aedd9c
3
init.el
3
init.el
@ -2060,7 +2060,8 @@ point to the beginning of buffer first."
|
|||||||
(require 'helm-mode)
|
(require 'helm-mode)
|
||||||
(require 'helm-buffers)
|
(require 'helm-buffers)
|
||||||
(require 'helm-ring)
|
(require 'helm-ring)
|
||||||
(require 'helm-source))
|
(require 'helm-source)
|
||||||
|
(require 'helm-bookmark))
|
||||||
|
|
||||||
(if (require 'helm-global-bindings nil :no-error)
|
(if (require 'helm-global-bindings nil :no-error)
|
||||||
(progn
|
(progn
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user