瀏覽代碼

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


Loading…
取消
儲存