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.
驚くべきことに、同じディレクトリ内のファイル.bashrcと.bash_profileには(Shell-script[bash])がありますが、ファイル.bashrc_customにはFundamentalモードがあります。
.bashrc_custom のメジャー モードを構成するにはどうすればよいですか?
これを Emacs の init ファイルに入れます:
(add-to-list 'auto-mode-alist '("\\.bashrc_custom\\'" . sh-mode))
ディレクトリのローカル変数はここでは問われない可能性があることに注意してください。文字列を読み取るリストによって制御されます。ファイル名を一致させるための正規表現。