EmacsInstall
目次
概要
Emacs のインストール手順に関して
各Emacsのバージョンに関しては以下を参照
https://emacs-jp.github.io/tips/versions
Mac
Macでのインストール
EMP版
brew tap railwaycat/emacsmacport
brew install emacs-mac
削除したい場合は
brew uninstall emacs-mac
Emasc plus
brew tap d12frosted/emacs-plus
brew install emacs-plus@30 --with-imagemagick --with-modern-pen-icon --with-xwidgets
たまに古い資料で「--with-native-comp」が付いている物もあるが現在は不要
「./autogen.sh」がエラーになる場合があるようだ
https://github.com/d12frosted/homebrew-emacs-plus/issues/773
autoconf が変な事になっている可能性があるので、reinstall するとだいたい改善する模様
brew reinstall autoconf
brew reinstall gcc glib libgccjit gnutls jansson librsvg tree-sitter
