We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
citar-key-finder
Right now, this function returns a target cons that is only useful in Embark.
Perhaps we should tweak things a bit, so we have:
citar--key-finder
citar-embark-key-finder
So:
(defun citar-key-finder () "Return key-at-point as string." (cadr (citar--key-finder))) (defalias 'citar-embark-key-finder #'citar--key-finder "Return key-at-point target for Embark.")
The text was updated successfully, but these errors were encountered:
Refactor citar-key-finder
86eca4f
Close emacs-citar#642
Add citar-key-at-point and citar-citation-at-point functions.
citar-key-at-point
citar-citation-at-point
6332748
Fixes emacs-citar#642.
Successfully merging a pull request may close this issue.
Right now, this function returns a target cons that is only useful in Embark.
Perhaps we should tweak things a bit, so we have:
citar--key-finder
(this is the current function renamed)citar-embark-key-finder
(assuming Move embark code to a separate package #643, this is purely an alias for 1)citar-key-finder
(this just returns the key from 1)So:
The text was updated successfully, but these errors were encountered: