emacs: shorten company’s :delight
authorAmin Bandali <bandali@gnu.org>
Wed, 29 May 2019 01:41:10 +0000 (21:41 -0400)
committerAmin Bandali <bandali@gnu.org>
Wed, 29 May 2019 01:41:10 +0000 (21:41 -0400)
.emacs.d/init.el

index e490014..0dc3610 100644 (file)
@@ -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)