Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@hh
Last active July 27, 2022 01:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hh/c532613e4f3a8ec4151d3ee81ac3c7f3 to your computer and use it in GitHub Desktop.
Save hh/c532613e4f3a8ec4151d3ee81ac3c7f3 to your computer and use it in GitHub Desktop.
Upgrade pair-instance to emacs28-nativecomp
# 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