diff --git a/emacs-init-el b/emacs-init-el index 872b0af..566c98b 100644 --- a/emacs-init-el +++ b/emacs-init-el @@ -41,7 +41,6 @@ (use-package company :ensure t - :defer t :init (global-company-mode) :config (progn @@ -75,7 +74,6 @@ (use-package yasnippet :ensure t - :defer t :init (yas-global-mode 1) )