Use new font/theme settings in ui/doom

This commit is contained in:
Henrik Lissner 2017-07-04 19:54:17 +02:00
parent d7fa7c228d
commit 2b5eb5763f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -1,11 +1,15 @@
;;; ui/doom/config.el -*- lexical-binding: t; -*- ;;; ui/doom/config.el -*- lexical-binding: t; -*-
(set! :font "Fira Mono" :size 12)
(set! :big-font "Fira Mono" :size 18)
(set! :variable-font "Fira Sans" :size 12)
(set! :unicode-font "DejaVu Sans Mono" :size 12)
;; <https://github.com/hlissner/emacs-doom-theme> ;; <https://github.com/hlissner/emacs-doom-theme>
(def-package! doom-themes (def-package! doom-themes
:demand t :demand t
:config :config
(unless doom-theme (set! :theme 'doom-one)
(setq doom-theme 'doom-one))
;; Ensure `doom/reload' reloads common faces ;; Ensure `doom/reload' reloads common faces
(defun +doom|reload-theme () (defun +doom|reload-theme ()