diff --git a/init.el b/init.el index 92c4f40..0c30182 100644 --- a/init.el +++ b/init.el @@ -35,6 +35,12 @@ (setq highlight-indent-guides-responsive 'top) (setq highlight-indent-guides-character ?\|)) ; Character to display as indent guide + +(use-package company + :ensure t + :config + (global-company-mode t)) + (custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.