From 3d8570d5180073bafc5596cb07e65c0edcdf733b Mon Sep 17 00:00:00 2001 From: Thomas von Dein Date: Tue, 30 May 2023 10:36:23 +0200 Subject: [PATCH] get rid of ido completion --- lisp/init-magit.el | 1 - 1 file changed, 1 deletion(-) diff --git a/lisp/init-magit.el b/lisp/init-magit.el index da32dd8..84aeb8d 100644 --- a/lisp/init-magit.el +++ b/lisp/init-magit.el @@ -46,7 +46,6 @@ (expand-file-name "~/dev"))) (when (file-exists-p dir) (add-to-list 'magit-repository-directories (cons dir 1)))) - (setq magit-completing-read-function 'magit-ido-completing-read) ;; use timestamps in log buffers (setq magit-log-margin '(t "%Y-%m-%d " magit-log-margin-width t 18))