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-kolor t))
|
||||
|
||||
;; Custom Theme.
|
||||
;; Not to be confused with a color theme, or a color scheme, or a custom scheme.
|
||||
(use-package autothemer
|
||||
:custom
|
||||
(window-divider-default-places t)
|
||||
(right-divider-width 5)
|
||||
@ -428,6 +425,11 @@ targets."
|
||||
(tooltip-mode -1)
|
||||
(menu-bar-mode -1)
|
||||
(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
|
||||
:diminish
|
||||
|
Loading…
Reference in New Issue
Block a user