From 3e99a0fc8d889efbaa5ada8fc588385c71635801 Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Thu, 4 Apr 2019 19:11:28 -0400 Subject: [PATCH] make company mode fit the greek theme --- conf.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.org b/conf.org index af777ca..78a2225 100644 --- a/conf.org +++ b/conf.org @@ -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))