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
|
||||
;; Modular text completion framework
|
||||
(use-package company
|
||||
:init
|
||||
(global-company-mode t)
|
||||
:config
|
||||
(global-company-mode t))
|
||||
(setq company-show-numbers t))
|
||||
|
||||
;; company-math
|
||||
;; Completion backends for unicode math symbols and latex tags
|
||||
|
|
Loading…
Reference in a new issue