From: Amin Bandali Date: Wed, 29 May 2019 01:41:10 +0000 (-0400) Subject: emacs: shorten company’s :delight X-Git-Url: https://git.shemshak.org/~bandali/configs/commitdiff_plain/0c53f5ae4c908b19df2f473c3f2781ac705a1c68?ds=sidebyside;pf=~bandali emacs: shorten company’s :delight --- 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)