Last active
July 27, 2022 01:27
-
-
Save hh/c532613e4f3a8ec4151d3ee81ac3c7f3 to your computer and use it in GitHub Desktop.
Upgrade pair-instance to emacs28-nativecomp
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://github.com/sharingio/environment/issues/22 | |
yes | sudo unminimize | |
# https://github.com/sharingio/environment/issues/23 | |
sudo apt-get install -y man info | |
# https://github.com/sharingio/environment/issues/24 | |
sed -i -e "/'org-babel-tangle-collect-blocks/,+1d" ~/.emacs.d/bin/org-tangle | |
# https://github.com/sharingio/environment/issues/25 | |
sudo apt remove --autoremove emacs emacs-common # if emacs-nox is installed | |
sudo add-apt-repository ppa:kelleyk/emacs | |
sudo apt install -y emacs28-nativecomp | |
# reset / resetup doom | |
doom install | |
humacs-sync-config | |
# restart emacs or `SPC : doom/reload` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment