mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
feature/lookup: fix :lookup => :documentation setting
This commit is contained in:
@ -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))
|
||||||
|
Reference in New Issue
Block a user