Skip to content

Instantly share code, notes, and snippets.

@wellflat
Last active May 28, 2018 02:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wellflat/bbcb06e7974607c59343689092960473 to your computer and use it in GitHub Desktop.
Save wellflat/bbcb06e7974607c59343689092960473 to your computer and use it in GitHub Desktop.
Emacs Memo

色設定

色変更したい箇所にカーソルを合わせて以下のコマンドを実行してface名を確認

M-x describe-face

次に以下のコマンドを実行して、対象のface名を選択する

M-x list-faces-display

色のリストの中から好きな色を探して、設定保存は State で1番を選択する ただし、上記対応だと設定の持ち運びができないのでinit.el内で色設定した方が良いかも(init.elが肥大化してしまうが)

Emacsを再起動せずに設定ファイル(init.el)をリロード

init.elを開いてアクティブにした状態で以下のコマンドを実行

M-x eval-buffer
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment