mirror of
https://codeberg.org/scip/dot-emacs.git
synced 2025-12-17 04:20:57 +01:00
+fixes
This commit is contained in:
5
.emacs
5
.emacs
@@ -581,6 +581,7 @@
|
|||||||
;; 20170727.01:
|
;; 20170727.01:
|
||||||
;; - +magit
|
;; - +magit
|
||||||
;; - configured magit dirs
|
;; - configured magit dirs
|
||||||
|
;; - +magit ido
|
||||||
|
|
||||||
;; ** TODO
|
;; ** TODO
|
||||||
|
|
||||||
@@ -4404,11 +4405,11 @@ defun."
|
|||||||
|
|
||||||
;; configure magit
|
;; configure magit
|
||||||
(with-eval-after-load 'magit
|
(with-eval-after-load 'magit
|
||||||
(setq tvd-git-dirs)
|
|
||||||
(dolist (dir (list (expand-file-name "~/D/github")
|
(dolist (dir (list (expand-file-name "~/D/github")
|
||||||
(expand-file-name "~/dev/git")))
|
(expand-file-name "~/dev/git")))
|
||||||
(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 'ido-completing-read))
|
||||||
|
|
||||||
;; one thing though: on startup it bitches about git version, but it
|
;; one thing though: on startup it bitches about git version, but it
|
||||||
;; works nevertheless. So I disable this specific warning.
|
;; works nevertheless. So I disable this specific warning.
|
||||||
|
|||||||
895
emacs.html
895
emacs.html
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user