This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
technical:programming:env [2022/08/23 08:27] – [Configure] jc | technical:programming:env [2023/03/09 07:02] (current) – jc | ||
---|---|---|---|
Line 54: | Line 54: | ||
tmux -S $SERVER | tmux -S $SERVER | ||
tmux -S $SERVER send-keys -t $SESSION ' | tmux -S $SERVER send-keys -t $SESSION ' | ||
- | | + | # doom window |
tmux -S $SERVER new-window -t $SESSION | tmux -S $SERVER new-window -t $SESSION | ||
tmux -S $SERVER rename-window -t $SESSION doom | tmux -S $SERVER rename-window -t $SESSION doom | ||
Line 85: | Line 85: | ||
===== Doom ===== | ===== Doom ===== | ||
* [[https:// | * [[https:// | ||
+ | |||
+ | 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' | ||
+ | rm -rf ~/ | ||
+ | # Remove the package' | ||
+ | rm -rf ~/ | ||
+ | # Run then Doom Emacs upgrade command | ||
+ | doom upgrade | ||
+ | ``` | ||
+ | </ | ||
===== Elisp ===== | ===== Elisp ===== | ||
* [[https:// | * [[https:// | ||
Line 137: | Line 149: | ||
fi | fi | ||
</ | </ | ||
+ |