ソースを参照

Fix button face for cyberpunk theme

pull/15/head
10sr 8年前
コミット
79748ba278
1個のファイルの変更4行の追加1行の削除
  1. +4
    -1
      emacs.el

+ 4
- 1
emacs.el ファイルの表示

@@ -762,7 +762,10 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(global-end-mark-mode))

(when (safe-require-or-eval 'cyberpunk-theme)
(load-theme 'cyberpunk t))
(load-theme 'cyberpunk t)
(set-face-attribute 'button
nil
:inherit 'highlight))

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; file handling


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