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.
コマンドラインを使用して別のemacsモードを開始する方法はありますか?たとえば、次のようにemacsを実行することは可能ですか?
emacs --org-mode # to start orgmode emacs --python-mode # to start python mode
その後、emacsを実行して「Mxorg-mode」を入力することもできますが、別のモードを開始できるかどうか疑問に思います。
-f引数を使用して関数を呼び出すことができるため、org-modeの使用を開始するには次のようにします。
emacs -f org-mode