我正在使用Aquamacs 3.0a GNU Emacs 24.3.50.2 (x86_64-apple-darwin13.0.0,NS apple-appkit-1265.00)在Mac OSX Maverics系统上。
由于我安装了Aquamacs,我遇到了更改颜色主题的问题:
customize-themes
缓冲区中,取消选择任何主题都不会加载默认主题。以下是customization.el中的相关部分:
'(default ((t (:inherit nil :stipple nil :background "#242424"
:foreground "#f6f3e8" :inverse-video nil :box nil
:strike-through nil :overline nil :underline nil
:slant normal :weight normal :height 140
:width normal :foundry "nil" :family "Courier New"))))
'(autoface-default ((t (:inherit default))))
'(custom-theme-choose-mode-default ((t (:inherit autoface-default :stipple nil
:strike-through nil :underline nil
:slant normal :weight normal :height 130
:width normal :family "Lucida Grande"))) t)