mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
get rid of ido completion
This commit is contained in:
@@ -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))
|
||||||
|
|||||||
Reference in New Issue
Block a user