[Misc] Show numbers in company mode

This commit is contained in:
Daniel - 2018-08-04 12:32:29 +02:00
parent 7345824659
commit 3394209569
Signed by: dbo
GPG Key ID: 4F63DB96D45AA9C6
1 changed files with 2 additions and 1 deletions

View File

@ -976,7 +976,8 @@ are assumed to be of the form *.crt."
:config (run-with-timer 0 3600 #'recentf-save-list))
(use-package company
:commands (company-mode global-company-mode))
:commands (company-mode global-company-mode)
:config (setq company-show-numbers t))
;; * Navigation