Skip to content

Commit

Permalink
Fix stupid issue where we try to call company mode functions before l…
Browse files Browse the repository at this point in the history
…oaded
  • Loading branch information
themkat committed Oct 2, 2024
1 parent 825fcb9 commit 05ac438
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.org
Original file line number Diff line number Diff line change
Expand Up @@ -701,7 +701,7 @@ company (COMPLete ANY) provides base functionality for completions (ui elements,

#+BEGIN_SRC emacs-lisp
(use-package company
:init
:config
(global-company-mode)

:custom
Expand Down

0 comments on commit 05ac438

Please sign in to comment.