Skip to content

Commit

Permalink
[SPACEMACS] add awesome company-box package
Browse files Browse the repository at this point in the history
  • Loading branch information
mpanarin committed Aug 2, 2019
1 parent 294809b commit 3fdeca6
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .spacemacs
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ This function should only modify configuration layer settings."
magit-todos
python-pytest
centaur-tabs
company-box
)

;; A list of packages that cannot be updated.
Expand Down Expand Up @@ -547,6 +548,13 @@ dump."
(require 'solaire-mode)
(solaire-global-mode +1)
(use-package all-the-icons)
(use-package company-box
:demand
:custom
(company-box-icons-alist 'company-box-icons-all-the-icons)
(company-box-show-single-candidate t)
:hook (company-mode . company-box-mode)
)
)

(defun custom/add-hooks ()
Expand Down

0 comments on commit 3fdeca6

Please sign in to comment.