Fixed fix that was no longer needed and broke lsp

This commit is contained in:
James Patrick 2021-09-13 20:13:41 -04:00
parent 9569e99af7
commit 7e6c9cc48c
2 changed files with 0 additions and 9 deletions

View File

@ -1,8 +0,0 @@
;;; +company.el -*- lexical-binding: t; -*-
;; Make company a little faster to respond.
(after! company
(setq company-idle-delay 0.5
company-minimum-prefix-length 2)
(setq company-show-numbers t)
(add-hook 'evil-normal-state-entry-hook #'company-abort)) ;; make aborting less annoying.

View File

@ -26,6 +26,5 @@
(load! "+mail")
(load! "+org")
(load! "+company")
(load! "+modeline")
(load! "+window")