Magit: Add ~/.password-store to magit-repository-directories.

master
Pierre Neidhardt 2020-11-19 12:17:26 +01:00
parent 90f2676962
commit 1114a0017b
1 changed files with 2 additions and 1 deletions

View File

@ -212,7 +212,8 @@
;; Avoid conflict with WM.
(define-key magit-mode-map (kbd "s-<tab>") nil)
(setq magit-diff-refine-hunk 'all)
(setq magit-repository-directories '(("~/common-lisp" . 1) ; TODO: Sync with homesync / homeinit?
(setq magit-repository-directories '(("~/.password-store") ; TODO: Sync with homesync / homeinit?
("~/common-lisp" . 1)
("~/projects" . 1)
("~/.local/share/emacs/site-lisp" . 1)))
;; magit-todos can be slow on big projects. Use it manually.