Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
YaSnippet を emacs にインストールしました。emacs を起動するたびに、Mx menu-bar-mode で手動でメニュー バーをオンにする必要があります。
また、奇妙なことに、最初にメニュー バーが表示されたときに YaSnippet メニューが表示されますが、別のバッファに移動して戻ると、メニューが表示されなくなります。emacsを再起動せずに元に戻すにはどうすればよいですか?
メニューバーはデフォルトで emacs に読み込まれます。したがって、すべてのバッファでオンにする必要がある場合は、init ファイルで無効にしたことを意味します。のような行を削除し(menu-bar-mode 0)ます。
(menu-bar-mode 0)
menu-bar-mode自動的に開始するに(menu-bar-mode 1)は、~/.emacs
menu-bar-mode
(menu-bar-mode 1)
~/.emacs
あなたのyasnippetの問題は私の伝承の領域の外にあるのではないかと思います:(