Procházet zdrojové kódy

Update theme configs

pull/15/head
10sr před 8 roky
rodič
revize
78e518f706
1 změnil soubory, kde provedl 7 přidání a 8 odebrání
  1. +7
    -8
      emacs.el

+ 7
- 8
emacs.el Zobrazit soubor

@@ -222,6 +222,8 @@ IF OK-IF-ALREADY-EXISTS is true force download."
editorconfig

cyberpunk-theme
grandshell-theme
afternoon-theme

git-command

@@ -773,14 +775,11 @@ IF OK-IF-ALREADY-EXISTS is true force download."
(set-variable 'ahs-idle-interval 0.6)
(global-auto-highlight-symbol-mode 1))

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

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

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


Načítá se…
Zrušit
Uložit