emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master cba67e4 038/348: counsel.el (counsel-bookmark): Add requir


From: Oleh Krehel
Subject: [elpa] master cba67e4 038/348: counsel.el (counsel-bookmark): Add require
Date: Sat, 8 Apr 2017 11:03:19 -0400 (EDT)

branch: master
commit cba67e4776566cd3e804faa0af52855ceec7fa66
Author: justbur <address@hidden>
Commit: justbur <address@hidden>

    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

[Prev in Thread] Current Thread [Next in Thread]