add autothemer

This commit is contained in:
opFez 2021-01-31 00:14:36 +01:00
parent 0967662f95
commit 9d63555083
1 changed files with 8 additions and 4 deletions

View File

@ -22,15 +22,19 @@
(setq auto-package-update-hide-results t)
(auto-package-update-maybe))
;; support color theme
(use-package autothemer
:ensure t)
;; better incremental search with minibuffer
(use-package swiper
:ensure t
:bind ("C-s" . 'swiper))
(use-package almost-mono-themes
:ensure t
:init
(load-theme 'almost-mono-black t))
;; (use-package almost-mono-themes
;; :ensure t
;; :init
;; (load-theme 'almost-mono-black t))
;; Languages