feature/lookup: fix :lookup => :documentation setting
This commit is contained in:
parent
7ee689c57c
commit
b92a83752a
1 changed files with 1 additions and 1 deletions
|
@ -74,7 +74,7 @@ properties:
|
||||||
(let ((xref ,(plist-get plist :xref-backend))
|
(let ((xref ,(plist-get plist :xref-backend))
|
||||||
(def ,(plist-get plist :definition))
|
(def ,(plist-get plist :definition))
|
||||||
(ref ,(plist-get plist :references))
|
(ref ,(plist-get plist :references))
|
||||||
(doc ,(plist-get plist :docuemntation)))
|
(doc ,(plist-get plist :documentation)))
|
||||||
(if xref (add-hook 'xref-backend-functions xref nil t))
|
(if xref (add-hook 'xref-backend-functions xref nil t))
|
||||||
(if def (add-hook '+lookup-definition-functions def nil t))
|
(if def (add-hook '+lookup-definition-functions def nil t))
|
||||||
(if ref (add-hook '+lookup-references-functions ref nil t))
|
(if ref (add-hook '+lookup-references-functions ref nil t))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue