Emacs: company show numbers

This commit is contained in:
Marcel Kapfer 2017-11-28 00:11:13 +01:00
parent f49b8ea90a
commit 0e89802883
1 changed files with 3 additions and 1 deletions

View File

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