~edwargix/emacs.d

c3dc64aa7dc0dc276460d651ec4037e2660d0979 — David Florness 7 years ago ceabe87
progn
1 files changed, 3 insertions(+), 2 deletions(-)

M init.el
M init.el => init.el +3 -2
@@ 64,8 64,9 @@
  :ensure t
  :after company
  :config
  (setq company-quickhelp-idle-delay 1)
  (company-quickhelp-mode 1))
  (progn
    (setq company-quickhelp-idle-delay 1)
    (company-quickhelp-mode 1)))

;;; company backend for C/C++ headers
(use-package company-c-headers