From 0cce7a300e83b755a99a69a2537b1468b1119bc3 Mon Sep 17 00:00:00 2001 From: Taylor Bockman Date: Thu, 31 May 2018 13:38:40 -0700 Subject: [PATCH] small changes for eclim support --- dotfiles/emacs.d/init.el | 1 + dotfiles/emacs.d/package.el | 1 + 2 files changed, 2 insertions(+) diff --git a/dotfiles/emacs.d/init.el b/dotfiles/emacs.d/init.el index 9e2ef7c..1c89d3f 100644 --- a/dotfiles/emacs.d/init.el +++ b/dotfiles/emacs.d/init.el @@ -294,6 +294,7 @@ setq org-log-done t) ;; Enable and Configure `company-mode` ;;------------------------------------------------------------------------------------ +(global-company-mode t) (add-hook 'after-init-hook 'global-company-mode) ;;------------------------------------------------------------------------------------- diff --git a/dotfiles/emacs.d/package.el b/dotfiles/emacs.d/package.el index f5b5b29..648b249 100644 --- a/dotfiles/emacs.d/package.el +++ b/dotfiles/emacs.d/package.el @@ -4,6 +4,7 @@ ;; Completion Frameworks company company-irony + company-emacs-eclim eclim irony counsel