これを .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) を実行しています。