From e9fc2f322272ba56a2a5cf0129194908bbea5bc4 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Mon, 14 Jul 2014 20:23:21 +0100 Subject: Emacs: diminish company mode --- tag-emacs/emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) (limited to 'tag-emacs') diff --git a/tag-emacs/emacs.d/init.el b/tag-emacs/emacs.d/init.el index d62fffe..8830992 100644 --- a/tag-emacs/emacs.d/init.el +++ b/tag-emacs/emacs.d/init.el @@ -217,6 +217,7 @@ (req-package company :commands (company-mode) + :diminish "Cmpl" :bind (("C-" . company-complete)) :init (progn (add-hook 'prog-mode-hook #'company-mode) -- cgit 1.4.1