make company mode fit the greek theme

This commit is contained in:
ndwarshuis 2019-04-04 19:11:28 -04:00
parent 3b19354536
commit 3e99a0fc8d
1 changed files with 1 additions and 1 deletions

View File

@ -577,7 +577,7 @@ Company provides a dropdown of completion options. It has many backends which ar
#+BEGIN_SRC emacs-lisp
(use-package company
:ensure t
:delight " ©"
:delight "κ"
:config
(setq company-idle-delay 0
company-minimum-prefix-length 3))