我把它放在我的 .emacs 文件中:
(custom-set-variables
'(gud-gdb-command-name "gdb --annotate=1")
'(large-file-warning-threshold nil)
'(menu-bar-mode t)
'(shell-dirtrack-verbose nil))
(custom-set-faces
)
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
注意(menu-bar-mode t)
. 当我启动 emacs 时,我必须M-x menu-bar-mode
得到一个菜单栏。我正在运行 GNU Emacs 22.1.1(mac-apple-darwin,Carbon 版本 1.6.0)