From 0c53f5ae4c908b19df2f473c3f2781ac705a1c68 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Tue, 28 May 2019 21:41:10 -0400 Subject: [PATCH] =?utf8?q?emacs:=20shorten=20company=E2=80=99s=20:delight?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- .emacs.d/init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index e490014..0dc3610 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -977,7 +977,7 @@ For disabling the behaviour for certain buffers and/or modes." (use-package company :defer 0.6 - :delight " company" + :delight " comp" :bind (:map company-active-map ([tab] . company-complete-common-or-cycle) -- 2.20.1