Emacs: removed doom-themes

This commit is contained in:
Marcel Kapfer 2018-02-23 09:53:41 +01:00
parent a9a63bd9a5
commit 943cd36572
Signed by: mmk2410
GPG Key ID: CADE6F0C09F21B09
1 changed files with 0 additions and 15 deletions

View File

@ -511,21 +511,6 @@
:config
(add-hook 'prog-mode-hook #'rainbow-delimiters-mode))
;; doom-themes
;; an opinionated pack of modern color-themes
(use-package doom-themes
:config
(progn
;; enable bold and italic
(setq doom-themes-enable-bold t
doom-themes-enable-italic t)
;; enable doom one theme
(load-theme 'doom-one :no-confirm)
;; enable flashing mode-line on errors
(doom-themes-visual-bell-config)))
;; pdf-tools
;; Support library for PDF documents.
(use-package pdf-tools