Emacs: company show numbers
This commit is contained in:
parent
f49b8ea90a
commit
0e89802883
1 changed files with 3 additions and 1 deletions
|
@ -702,8 +702,10 @@
|
||||||
;; company
|
;; company
|
||||||
;; Modular text completion framework
|
;; Modular text completion framework
|
||||||
(use-package company
|
(use-package company
|
||||||
|
:init
|
||||||
|
(global-company-mode t)
|
||||||
:config
|
:config
|
||||||
(global-company-mode t))
|
(setq company-show-numbers t))
|
||||||
|
|
||||||
;; company-math
|
;; company-math
|
||||||
;; Completion backends for unicode math symbols and latex tags
|
;; Completion backends for unicode math symbols and latex tags
|
||||||
|
|
Loading…
Reference in a new issue