ソースを参照

Add color-identifiers-mode

master
10sr 5年前
コミット
fac01615e0
署名者: 10sr GPGキーID: 7BEC428194130EB2
1個のファイルの変更5行の追加0行の削除
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el ファイルの表示

@@ -146,6 +146,7 @@ found, otherwise returns nil."
term-cursor
pydoc
swoop
color-identifiers-mode

editorconfig
editorconfig-custom-majormode
@@ -676,6 +677,10 @@ found, otherwise returns nil."
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; letters, font-lock mode and fonts

(when (fboundp 'color-identifiers-mode)
(add-hook 'prog-mode-hook
'color-identifiers-mode))

(setq text-quoting-style 'grave)

;; (set-face-background 'vertical-border (face-foreground 'mode-line))


読み込み中…
キャンセル
保存