company mode

This commit is contained in:
Dita Aji Pratama 2024-11-18 11:34:03 +07:00
parent 9f3a05e500
commit 3eeead29fd

View File

@ -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.