We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dac3d5 commit 5c43103Copy full SHA for 5c43103
citar-capf.el
@@ -67,14 +67,14 @@
67
;; Get and insert candidate
68
(let* ((candidates (citar-get-entries))
69
(bounds (bounds-of-thing-at-point 'word)))
70
- (when bounds
71
- (list (car bounds)
72
- (cdr bounds)
73
- candidates
74
- :annotation-function #'citar-capf-annotate
75
- :exit-function
76
- (lambda (_str _status)
77
- (insert))))))))
+ (when bounds
+ (list (car bounds)
+ (cdr bounds)
+ candidates
+ :annotation-function #'citar-capf-annotate
+ :exit-function
+ (lambda (_str _status)
+ (insert))))))))
78
79
(defun citar-capf-annotate (citekey)
80
"Annotate a CITEKEY."
0 commit comments