Emacs installation.
Table of Contents
- brew install emacs
- 这是命令行版本;
- Emacs For Mac OS X
- https://emacsformacosx.com/ 最纯净、没有修改过的 Emacs,也可以直接 brew cask install eamcs,功能比较少,编译选项有一大堆东西都没开;
- emacs-plus
- 在默认的基础上打开了大量编译参数并且增加了少量 patch;
- emacs-mac
- 针对 Mac 系统增加了大量 patch,可以支持大量 Mac 原生功能,例如触摸板、内置字典等,是功能最强的版本,但是由于和原生 Emacs 差别比较多,偶尔会发现 bug;
emacs-plus
Spacemacs 推荐使用 emacs-plus。
安装对应的 tap 库的方法是 brew tap d12frosted/emacs-plus
命令,然后选择安装 emacs-plus 29 版本进行安装,命令如下:
brew install emacs-plus@29 --with-xwidgets --with-imagemagick --with-cacodemon-icon
之后再为下载的 Emacs 包建立到 Applications 的链接:
cp -r /usr/local/opt/emacs-plus@29/Emacs.app /Applications
最后需要把 emacs 使用服务启动:
brew services restart d12frosted/emacs-plus/emacs-plus@29
emacs-mac 最终我选择了这个
brew install railwaycat/emacsmacport/emacs-mac@28 –with-xwidgets –with-imagemagick –with-gnu-head-icon