Upgrade Doom Emacs (fix #281) (#282)

This commit is contained in:
Roey Darwish Dror
2019-12-26 22:30:09 +02:00
committed by GitHub
parent 7f92b56fa8
commit 0e8926453a
2 changed files with 17 additions and 1 deletions

View File

@@ -236,6 +236,7 @@ fn run() -> Result<()> {
if let Some(directory) = emacs.directory() {
git_repos.insert(directory);
}
git_repos.insert(base_dirs.home_dir().join(".doom.d"));
}
if config.should_run(Step::Vim) {