get rid of ido completion

This commit is contained in:
2023-05-30 10:36:23 +02:00
parent afab2193fc
commit 3d8570d518

View File

@@ -46,7 +46,6 @@
(expand-file-name "~/dev"))) (expand-file-name "~/dev")))
(when (file-exists-p dir) (when (file-exists-p dir)
(add-to-list 'magit-repository-directories (cons dir 1)))) (add-to-list 'magit-repository-directories (cons dir 1))))
(setq magit-completing-read-function 'magit-ido-completing-read)
;; use timestamps in log buffers ;; use timestamps in log buffers
(setq magit-log-margin '(t "%Y-%m-%d " magit-log-margin-width t 18)) (setq magit-log-margin '(t "%Y-%m-%d " magit-log-margin-width t 18))