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.
rainbow-modeを使用するのではなく、emacs を起動するたびに有効にしたいM-x rainbow-mode。
rainbow-mode
M-x rainbow-mode
.emacs ファイルに入れたコマンドがあると思います。
次のすべてを試しましたが、どれも機能しませんでした。
(require 'rainbow-mode) (rainbow-mode initialize) (global-rainbow-mode)
より一般的には、起動時にモード/パッケージを自動的にロードするにはどうすればよいですか?