diff options
author | Vincent Ambo <mail@tazj.in> | 2018-06-18T14·39+0200 |
---|---|---|
committer | Vincent Ambo <mail@tazj.in> | 2018-06-18T14·39+0200 |
commit | f0dfc8b06de568e57050510a5b56fcbb725a6733 (patch) | |
tree | d5429ee24ec27295752503fbf871bf23738ec730 /init/settings.el | |
parent | e743ea28c50ffd8a702b943260f05cbeee642bcc (diff) |
feat(functions): Add ivy-browse-repositories function
Quick helper to switch between all relevant projects.
Diffstat (limited to 'init/settings.el')
-rw-r--r-- | init/settings.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/settings.el b/init/settings.el index 1c801cd09a07..5d09dfb4d37d 100644 --- a/init/settings.el +++ b/init/settings.el @@ -76,7 +76,7 @@ (require 'auth-source-pass) (auth-source-pass-enable) -;; Close mail buffers after sending mail -(setq message-kill-buffer-on-exit t) +;; Configure magit-repository-list +(setq magit-repository-directories '(("/home/vincent/projects" . 2))) (provide 'settings) |