From a9544b79cfd28d1a9ffc6fcca7d4965956d35f1f Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Fri, 22 Sep 2017 12:48:14 +0200 Subject: Emacs: Diminish company some more --- emacs/.emacs.d/main.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 1e62453..91e6262 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -1122,7 +1122,7 @@ ;; #+BEGIN_SRC emacs-lisp (use-package company :commands (company-mode) - :diminish "Cmpl" + :diminish " C" :bind* (("C-" . company-complete)) :bind (("TAB" . company-indent-or-complete-common)) :init (progn -- cgit 1.4.1