From 7e96fa6b5736f5cba49c659f6d17dbbb2aecab4c Mon Sep 17 00:00:00 2001 From: Mitch Tishmack Date: Fri, 27 Feb 2015 13:41:58 -0600 Subject: [PATCH] Update company-mode to always be on. --- emacs/.emacs.d/emacs.org | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/emacs/.emacs.d/emacs.org b/emacs/.emacs.d/emacs.org index ab5ebb6..4cf0325 100644 --- a/emacs/.emacs.d/emacs.org +++ b/emacs/.emacs.d/emacs.org @@ -767,7 +767,10 @@ Highlight TODO/FIXME type messages in comments. Completion tips. #+BEGIN_SRC emacs-lisp :tangle no - (use-package company-mode :ensure t) + (use-package company-mode + :ensure t + :config (add-hook 'after-init-hook 'global-company-mode) + ) #+END_SRC ** yaml-mode