aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.emacs4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs b/.emacs
index 2bd1236..8935f24 100644
--- a/.emacs
+++ b/.emacs
@@ -230,6 +230,10 @@ Extended Format date in the date field and return it as a string obeing
:hook
(bibtex-mode . (lambda () (add-to-list 'company-backends 'company-bibtex))))
+(use-package company-box
+ :ensure t
+ :hook (company-mode . company-box-mode))
+
(use-package company-coq
:ensure t
:hook (coq-mode . company-coq-mode))