mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 12:30:59 +01:00
fix git dirs
This commit is contained in:
@@ -24,9 +24,9 @@
|
||||
|
||||
;; configure magit
|
||||
(with-eval-after-load 'magit
|
||||
(dolist (dir (list (expand-file-name "~/D/github")
|
||||
(dolist (dir (list (expand-file-name "~/dev/D/github")
|
||||
(expand-file-name "~/fits/git")
|
||||
(expand-file-name "~/dev/git")))
|
||||
(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)
|
||||
|
||||
Reference in New Issue
Block a user