disable company for gud-mode
This commit is contained in:
parent
1864d275b6
commit
f27d1b954c
1 changed files with 1 additions and 1 deletions
|
@ -33,7 +33,7 @@ MODES should be one major-mode symbol or a list of them."
|
|||
company-dabbrev-code-other-buffers t
|
||||
company-tooltip-align-annotations t
|
||||
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-backends '(company-capf company-dabbrev company-ispell)
|
||||
company-transformers '(company-sort-by-occurrence))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue