2011年5月22日

括弧の対応表示の際に色をつける

ini.el に以下を追加

;; 括弧の対応表示
;; http://ksugita.blog62.fc2.com/category1-2.html
(setq blink-matching-paren t)
(show-paren-mode t)
(setq paren-sexp-mode t)
(set-face-background 'show-paren-match "royalBlue1")

0 件のコメント:

コメントを投稿