From 59ff41b64982aa2c3f9fc70ad2b6fb0f76fab0db Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 23 Dec 2018 19:24:41 -0500 Subject: [PATCH] =?utf8?q?[emacs/eshell]=20fix=20company-idle-delay?= =?utf8?q?=E2=80=99s=20value?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- init.org | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.org b/init.org index 14941a2..049eaa8 100644 --- a/init.org +++ b/init.org @@ -947,7 +947,8 @@ There's no way I could top that, so I won't attempt to. (defun a/eshell-setup () (make-local-variable 'company-idle-delay) - (defvar company-idle-delay nil) + (defvar company-idle-delay) + (setq company-idle-delay nil) (bind-keys :map eshell-mode-map ("C-d" . a/eshell-quit-or-delete-char) ("C-S-l" . a/eshell-clear) -- 2.20.1