From 3fe5874104dc27bde6f442c21744057a3d0af0f3 Mon Sep 17 00:00:00 2001 From: Taiju HIGASHI Date: Tue, 4 Oct 2022 17:51:50 +0900 Subject: [PATCH] emacs: Remove company-idle-delay. --- emacs.d/.emacs.d/custom.el | 1 - 1 file changed, 1 deletion(-) diff --git a/emacs.d/.emacs.d/custom.el b/emacs.d/.emacs.d/custom.el index 9b5c3d1..992da15 100644 --- a/emacs.d/.emacs.d/custom.el +++ b/emacs.d/.emacs.d/custom.el @@ -4,7 +4,6 @@ ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(before-save-hook '(delete-trailing-whitespace)) - '(company-idle-delay 0) '(company-minimum-prefix-length 1) '(completion-styles '(initials flex)) '(custom-enabled-themes '(leuven)) -- 2.45.2