summary refs log tree commit diff stats
path: root/emacs/.emacs.d/main.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/main.el')
-rw-r--r--emacs/.emacs.d/main.el2
1 files changed, 1 insertions, 1 deletions
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-<tab>" . company-complete))
   :bind  (("TAB" . company-indent-or-complete-common))
   :init (progn