Skip to content

Commit

Permalink
Ensure company is loaded
Browse files Browse the repository at this point in the history
Using either :commands or :autoload causes package loading to be deferred. Use
:demand to counter that. After all `company-global-mode` is expected to be
active after Exordium has been loaded.
  • Loading branch information
pkryger committed Dec 9, 2024
1 parent a69423f commit b566158
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/init-company.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

(use-package company
:diminish "CA"
:demand t
:commands (company-other-backend
company-begin-backend
company-abort)
Expand Down

0 comments on commit b566158

Please sign in to comment.