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

Replace org-set-tags when ivy layer is used #6993

Closed
wants to merge 1 commit into from

Commits on Sep 22, 2016

  1. Use counsel-org-tag when ivy layer is used

    When ivy is used, the default org-set-tags will only complete for the
    first tag, and any additional tags must be typed manually.  counsel
    provides a replacement function to fix this.
    
    Unfortunately, we can't just alias org-set-tags because it is used in
    other places, so we must change C-c C-c using a hook.
    
    See syl20bnr#6918
    darkfeline committed Sep 22, 2016
    Configuration menu
    Copy the full SHA
    d8f5d58 View commit details
    Browse the repository at this point in the history