branch: master
commit cba67e4776566cd3e804faa0af52855ceec7fa66
Author: justbur <[email protected]>
Commit: justbur <[email protected]>

    counsel.el (counsel-bookmark): Add require
    
    bookmark-all-names is not autoloaded
---
 counsel.el | 1 +
 1 file changed, 1 insertion(+)

diff --git a/counsel.el b/counsel.el
index 3bc5db8..bf1f68c 100644
--- a/counsel.el
+++ b/counsel.el
@@ -519,6 +519,7 @@ Update the minibuffer with the amount of lines collected 
every
 (defun counsel-bookmark ()
   "Forward to `bookmark-jump'."
   (interactive)
+  (require 'bookmark)
   (ivy-read "Jump to bookmark: "
             (bookmark-all-names)
             :action (lambda (x)

Reply via email to