~zacbrown/dotfiles

2dd3b00bc3c5a026a6cea55e2377709ca7b6ec45 — Zac Brown 3 years ago 6524551 master
Update the theme.

Signed-off-by: Zac Brown <git@zacbrown.org>
1 files changed, 18 insertions(+), 1 deletions(-)

M emacs/.emacs
M emacs/.emacs => emacs/.emacs +18 -1
@@ 115,6 115,23 @@
;; Add any packages
(require 'use-package)

(use-package doom-themes
  :config
  ;;(setq doom-themes-enable-bold t    ; if nil, bold is universally disabled
  ; ;     doom-themes-enable-italic t) ; if nil, italics is universally disabled

  ;;(load-theme 'doom-city-lights t)

  ;; Enable flashing mode-line on errors
  ;;(doom-themes-visual-bell-config)
  ;; Corrects (and improves) org-mode's native fontification.
  ;;(doom-themes-org-config)
  :ensure t)
(use-package acme-theme
  :config
  (load-theme 'acme t)
  :ensure t)

(use-package exec-path-from-shell
  :ensure t)



@@ 150,7 167,7 @@
 ;; If you edit it by hand, you could mess it up, so be careful.
 ;; Your init file should contain only one such instance.
 ;; If there is more than one, they won't work right.
 '(package-selected-packages '(terraform-mode use-package)))
 '(package-selected-packages '(doom-themes nord-theme terraform-mode use-package)))
(custom-set-faces
 ;; custom-set-faces was added by Custom.
 ;; If you edit it by hand, you could mess it up, so be careful.