aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-06 00:04:22 -0800
committerGravatar Tom Willemse2019-02-06 00:04:22 -0800
commitde1de473643c2e5aa4e995ee67c3f47549e48aa5 (patch)
tree8327a05d650d759134777c62505c83f2686dafbb /emacs/.emacs.d/init.el
parent33c0c897886d88b58eaad3798d618fa8cd12ca02 (diff)
downloadnew-dotfiles-de1de473643c2e5aa4e995ee67c3f47549e48aa5.tar.gz
new-dotfiles-de1de473643c2e5aa4e995ee67c3f47549e48aa5.zip
Move Company configuration to emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el2
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index dda1495..39cbf90 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -154,8 +154,6 @@
(with-eval-after-load 'shr (load "oni-shr-init"))
-(with-eval-after-load 'company (load "oni-company-init"))
-
(with-eval-after-load 'paredit
(diminish 'paredit-mode))