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.
さて、私はすでに自明のタイトルを提供しました。=) 私nXhtmlは Web 開発に使用しており、sgml-modeキーバインドは私により適しています。HTML 編集のデフォルト モードを変更できる可能性はありますか?
nXhtml
sgml-mode
これはおそらく RTFM の問題だと思いますが、nXhtmlドキュメンテーションは非常に緊張しています。=/
でモードを設定する標準的な方法を試しましたか
(add-to-list 'auto-mode-alist '("\\.html?$" . sgml-mode))
?私はnXhtmlを使用していないので、HTMLファイルのハンドラーをどのように設定するのかわかりません。