This commit is contained in:
Thomas von Dein
2017-07-28 16:54:22 +02:00
parent 74a0c0c455
commit 37d9a95948
2 changed files with 451 additions and 449 deletions

5
.emacs
View File

@@ -581,6 +581,7 @@
;; 20170727.01:
;; - +magit
;; - configured magit dirs
;; - +magit ido
;; ** TODO
@@ -4404,11 +4405,11 @@ defun."
;; configure magit
(with-eval-after-load 'magit
(setq tvd-git-dirs)
(dolist (dir (list (expand-file-name "~/D/github")
(expand-file-name "~/dev/git")))
(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 'ido-completing-read))
;; one thing though: on startup it bitches about git version, but it
;; works nevertheless. So I disable this specific warning.

File diff suppressed because it is too large Load Diff