pheaver / breadcrumb

Breadcrumb for Emacs
http://breadcrumbemacs.sourceforge.net/
24 stars 8 forks source link

Add bc-maybe-set that only sets if there's no nearby crumb #5

Open snan opened 1 year ago

snan commented 1 year ago

I still have the original bc-set bound to Ctrl+F2 but I found this useful for another key that I bound to #'(lambda () (interactive) (and (bc-maybe-set) (bc-previous)) (bc-previous))