Emacs 配置

编译

Ubuntu 依赖

1
2
sudo apt update
sudo apt build-dep -y emacs

macOS 依赖

1
brew install mailutils libxml2

编译步骤

1
2
3
4
5
# git clone https://git.savannah.gnu.org/git/emacs.git

./autogen.sh
./configure --prefix $HOME/.x
make && make install