User Tools

Site Tools


technical:programming:env

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
technical:programming:env [2023/03/09 06:58] – external edit 127.0.0.1technical: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's local repository and build cache. I frequently run into problems with Doom Emacs upgrade failures. Most issues can be resolved by simply removing the offending package's local repository and build cache.
-``` +<markdown> 
 +``` bash
 # Remove the package's repository # Remove the package's repository
 rm -rf ~/.emacs.d/.local/straight/repos/<package-name> rm -rf ~/.emacs.d/.local/straight/repos/<package-name>
Line 95: Line 96:
 doom upgrade doom upgrade
 ``` ```
 +</markdown>
 ===== Elisp ===== ===== Elisp =====
 * [[https://www.emacswiki.org/emacs/LearnEmacsLisp|Emacs Wiki: Elisp]] * [[https://www.emacswiki.org/emacs/LearnEmacsLisp|Emacs Wiki: Elisp]]
technical/programming/env.1678363085.txt.gz · Last modified: 2023/03/09 06:58 by 127.0.0.1