This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:programming:env [2023/03/09 06:58] – external edit 127.0.0.1 | technical:programming:env [2023/03/09 07:02] (current) – jc | ||
---|---|---|---|
Line 87: | Line 87: | ||
I frequently run into problems with Doom Emacs upgrade failures. Most issues can be resolved by simply removing the offending package' | I frequently run into problems with Doom Emacs upgrade failures. Most issues can be resolved by simply removing the offending package' | ||
- | ``` | + | < |
+ | ``` bash | ||
# Remove the package' | # Remove the package' | ||
rm -rf ~/ | rm -rf ~/ | ||
Line 95: | Line 96: | ||
doom upgrade | doom upgrade | ||
``` | ``` | ||
+ | </ | ||
===== Elisp ===== | ===== Elisp ===== | ||
* [[https:// | * [[https:// |