From 9cdacd3d287da3a60f686876068f236b0a701a76 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Thu, 30 Aug 2018 14:09:25 +0900 Subject: [PATCH] Add completion cycle threshold --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index 5a228d3..1be43e5 100644 --- a/emacs.el +++ b/emacs.el @@ -679,6 +679,7 @@ found, otherwise returns nil." (setq delete-auto-save-files t) (add-to-list 'completion-ignored-extensions ".bak") +(set-variable completion-cycle-threshold nil) ;; NEVER use (setq delete-by-moving-to-trash t) ;; trash-directory "~/.emacs.d/trash")