From 0e89802883011a66d7a5c6198e31a48b8ec5dc61 Mon Sep 17 00:00:00 2001 From: Marcel Kapfer Date: Tue, 28 Nov 2017 00:11:13 +0100 Subject: [PATCH] Emacs: company show numbers --- emacs/emacs.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index 5cbb397..52e4016 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -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