mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Added lookup handlers
This commit is contained in:
@ -1,5 +1,9 @@
|
||||
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
||||
|
||||
(after! company-coq
|
||||
(set-lookup-handlers! 'company-coq-mode
|
||||
:definition #'company-coq-jump-to-definition
|
||||
:references #'company-coq-occur
|
||||
:documentation #'company-coq-doc)
|
||||
(when (not (featurep! :completion company))
|
||||
(setq company-coq-disabled-features '(company company-defaults))))
|
||||
|
Reference in New Issue
Block a user