disable company for gud-mode

This commit is contained in:
Amoriello Hutti 2017-10-06 21:55:06 -07:00
parent 1864d275b6
commit f27d1b954c

View file

@ -33,7 +33,7 @@ MODES should be one major-mode symbol or a list of them."
company-dabbrev-code-other-buffers t company-dabbrev-code-other-buffers t
company-tooltip-align-annotations t company-tooltip-align-annotations t
company-require-match 'never company-require-match 'never
company-global-modes '(not eshell-mode comint-mode erc-mode message-mode help-mode) company-global-modes '(not eshell-mode comint-mode erc-mode message-mode help-mode gud-mode)
company-frontends '(company-pseudo-tooltip-frontend company-echo-metadata-frontend) company-frontends '(company-pseudo-tooltip-frontend company-echo-metadata-frontend)
company-backends '(company-capf company-dabbrev company-ispell) company-backends '(company-capf company-dabbrev company-ispell)
company-transformers '(company-sort-by-occurrence)) company-transformers '(company-sort-by-occurrence))