Skip to content

Commit

Permalink
Don't override default company backends
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed May 25, 2021
1 parent fce8029 commit 962b988
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lisp/init-company.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,6 @@
(when (maybe-require-package 'company)
(add-hook 'after-init-hook 'global-company-mode)
(with-eval-after-load 'company
(dolist (backend '(company-eclim company-semantic))
(delq backend company-backends))
(diminish 'company-mode)
(define-key company-mode-map (kbd "M-/") 'company-complete)
(define-key company-mode-map [remap completion-at-point] 'company-complete)
Expand Down

0 comments on commit 962b988

Please sign in to comment.