doom_bankruptcy #14
8
emacs/+company.el
Normal file
8
emacs/+company.el
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
;;; +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.
|
|
@ -21,3 +21,4 @@
|
||||||
|
|
||||||
(load! "+mail")
|
(load! "+mail")
|
||||||
(load! "+org")
|
(load! "+org")
|
||||||
|
(load! "+company")
|
||||||
|
|
Loading…
Reference in New Issue
Block a user