make company mode fit the greek theme
This commit is contained in:
parent
3b19354536
commit
3e99a0fc8d
2
conf.org
2
conf.org
|
@ -577,7 +577,7 @@ Company provides a dropdown of completion options. It has many backends which ar
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package company
|
(use-package company
|
||||||
:ensure t
|
:ensure t
|
||||||
:delight " ©"
|
:delight "κ"
|
||||||
:config
|
:config
|
||||||
(setq company-idle-delay 0
|
(setq company-idle-delay 0
|
||||||
company-minimum-prefix-length 3))
|
company-minimum-prefix-length 3))
|
||||||
|
|
Loading…
Reference in New Issue