Do not pull Doom Emacs manually
This commit is contained in:
@@ -235,8 +235,10 @@ fn run() -> Result<()> {
|
||||
let emacs = emacs::Emacs::new(&base_dirs);
|
||||
if config.use_predefined_git_repos() {
|
||||
if config.should_run(Step::Emacs) {
|
||||
if let Some(directory) = emacs.directory() {
|
||||
git_repos.insert(directory);
|
||||
if !emacs.is_doom() {
|
||||
if let Some(directory) = emacs.directory() {
|
||||
git_repos.insert(directory);
|
||||
}
|
||||
}
|
||||
git_repos.insert(base_dirs.home_dir().join(".doom.d"));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user