]> git.vanrenterghem.biz Git - Dotty.git/blobdiff - emacs/.emacs.d/init.el
Support global company-mode.
[Dotty.git] / emacs / .emacs.d / init.el
index 447eb8368437c2cd4adf01234afbc3ff9cc2aa64..bc2dd2b3b8f3d5104c2998653f0281c183f284bf 100644 (file)
@@ -56,6 +56,8 @@ vc-follow-symlinks t
 ;; enable autocomplete
 (use-package company
   :ensure t
+  :demand t ;; Needed to ensure global company-mode works.
+  :commands company-mode
   :bind(:map company-active-map
              ("<return>" . nil)
              ("RET" . nil)