Remove autothemer -- more coming
This commit is contained in:
parent
5ecaaabff3
commit
22e2fc32c7
@ -417,9 +417,6 @@ targets."
|
|||||||
;; (load-theme 'airline-ravenpower t)
|
;; (load-theme 'airline-ravenpower t)
|
||||||
(load-theme 'airline-kolor t))
|
(load-theme 'airline-kolor t))
|
||||||
|
|
||||||
;; Custom Theme.
|
|
||||||
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
|
|
||||||
(use-package autothemer
|
|
||||||
:custom
|
:custom
|
||||||
(window-divider-default-places t)
|
(window-divider-default-places t)
|
||||||
(right-divider-width 5)
|
(right-divider-width 5)
|
||||||
@ -428,6 +425,11 @@ targets."
|
|||||||
(tooltip-mode -1)
|
(tooltip-mode -1)
|
||||||
(menu-bar-mode -1)
|
(menu-bar-mode -1)
|
||||||
(load-theme 'mitch t))
|
(load-theme 'mitch t))
|
||||||
|
;; Custom Theme.
|
||||||
|
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
|
||||||
|
;; (use-package autothemer
|
||||||
|
;; :config
|
||||||
|
;; (load-theme 'mitch t))
|
||||||
|
|
||||||
(use-package yascroll
|
(use-package yascroll
|
||||||
:diminish
|
:diminish
|
||||||
|
Loading…
Reference in New Issue
Block a user