Skip to content

Commit 5c43103

Browse files
committed
Fix formatting
1 parent 5dac3d5 commit 5c43103

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

citar-capf.el

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,14 +67,14 @@
6767
;; Get and insert candidate
6868
(let* ((candidates (citar-get-entries))
6969
(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))))))))
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))))))))
7878

7979
(defun citar-capf-annotate (citekey)
8080
"Annotate a CITEKEY."

0 commit comments

Comments
 (0)