我在OS X 10.9.4上使用Aquamacs.我的Preferences.el文件中有以下行(类似于.emacsinit文件):
(add-to-list 'load-path "~/.emacs.d/")
(require 'fill-column-indicator)
(setq-default fci-mode t)
Run Code Online (Sandbox Code Playgroud)
我M-x fci-mode用来手动切换列指示器.
如何fci-mode在启动时使用Aquamacs启用?