Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New feature: bm-suggest-annotation #38

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Apr 30, 2021

  1. New feature: bm-suggest-annotation

    + Establishes bm-suggest-annotation-alist mapping buffer major-modes
      to suggestion functions
    
    + Provides sample functions for emacs-lisp-mode and org-mode
    
    + Integrates the feature into function bm-bookmark-annotate
    
    + Provide a bookmark's current annotation, if it exists.
    
    + When adding a bookmark, the annotation prompt to the user must
      happen before the bookmark is created because the user can always
      abort the process (eg. C-g) leaving us with only a partially
      configured bookmark.
    
    + Snuck in: Give the user feedback on successful bookmark creation and
      removal.
    Boruch-Baum committed Apr 30, 2021
    Configuration menu
    Copy the full SHA
    dc1d8ad View commit details
    Browse the repository at this point in the history