소스 검색

oc: Add autoload cookie for `org-cite-insert'

* lisp/oc.el (org-cite-insert): Autoload function.
Nicolas Goaziou 3 년 전
부모
커밋
009900d7fa
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      lisp/oc.el

+ 1 - 0
lisp/oc.el

@@ -1600,6 +1600,7 @@ The generated function inserts or edit a citation at point.  More specifically,
                     "")
                   (mapconcat (lambda (k) (concat "@" k)) keys "; "))))))))
 
+;;;###autoload
 (defun org-cite-insert (arg)
   "Insert a citation at point.
 Insertion is done according to the processor set in `org-cite-insert-processor'.