From 3eeead29fdde1fc68df37dedf4d8611b4bcda401 Mon Sep 17 00:00:00 2001 From: Dita Aji Pratama Date: Mon, 18 Nov 2024 11:34:03 +0700 Subject: [PATCH] company mode --- init.el | 6 ++++++ 1 file changed, 6 insertions(+) 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.