mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-27 14:23:43 -05:00
6 lines
189 B
EmacsLisp
6 lines
189 B
EmacsLisp
;;; lang/coq/config.el -*- lexical-binding: t; -*-
|
|
|
|
(after! company-coq
|
|
(when (not (featurep! :completion company))
|
|
(setq company-coq-disabled-features '(company company-defaults))))
|