company mode
This commit is contained in:
parent
9f3a05e500
commit
3eeead29fd
6
init.el
6
init.el
@ -35,6 +35,12 @@
|
|||||||
(setq highlight-indent-guides-responsive 'top)
|
(setq highlight-indent-guides-responsive 'top)
|
||||||
(setq highlight-indent-guides-character ?\|)) ; Character to display as indent guide
|
(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
|
||||||
;; custom-set-variables was added by Custom.
|
;; custom-set-variables was added by Custom.
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
Loading…
Reference in New Issue
Block a user