2023年5月24日水曜日

emacsで現在のカーソル位置の背景色を変更する方法

emacsで現在のカーソル位置の背景色を変更する方法

概要

global-hl-line-mode を使ってカーソル位置の背景色を変更する方法を紹介します

環境

  • macOS 11.7.6
  • emacs 28.2

設定方法

(global-hl-line-mode t)
(custom-set-faces
 '(hl-line ((t (:background "SteelBlue4")))))

custom-set-faces という関数が用意されているのでそれを使って設定します

0 件のコメント:

コメントを投稿