summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-05-28 21:41:10 -0400
committerAmin Bandali <bandali@gnu.org>2019-05-28 21:41:10 -0400
commit0c53f5ae4c908b19df2f473c3f2781ac705a1c68 (patch)
treeaead33b3330abfca4a7b1dcd2f3b25986a0b47d7 /.emacs.d/init.el
parente3e5e8464b1676877c0ddd13dd26426f35098f4e (diff)
downloadconfigs-0c53f5ae4c908b19df2f473c3f2781ac705a1c68.tar.gz
configs-0c53f5ae4c908b19df2f473c3f2781ac705a1c68.tar.xz
configs-0c53f5ae4c908b19df2f473c3f2781ac705a1c68.zip
emacs: shorten company’s :delight
Diffstat (limited to '')
-rw-r--r--.emacs.d/init.el2
1 files changed, 1 insertions, 1 deletions
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)