topgrade
topgrade copied to clipboard
Fix Doom upgrade command
fix #960
Please also detect early-init.el
next to init.el
, otherwise it ignores doom - or did you already fix that?
I don't check for an init.el
or early-init.el
if the system has doom emacs.
line 82
if let Some(doom) = &self.doom {
Emacs::update_doom(doom, ctx)
} else {
let init_file = require_option(self.directory.as_ref(), String::from("Emacs directory does not exist"))?
....
LET SOME DOOM SELF DOOM
reads kinda funny, anyways, good to know, thank you :)
Hi @reinaldoossuna - can you please rebase this PR so that we can review and merge it? Also it seems there are still outstanding comments here that need to be addressed