Files
dotfiles/emacs/.config/doom/+ui.el
2019-01-17 23:41:17 -05:00

12 lines
272 B
EmacsLisp

;;; -*- lexical-binding: t; -*-
(setq doom-theme 'doom-Iosvkem)
;; Fonts
(setq doom-font (font-spec :family "Monoid" :size 12))
(setq doom-big-font (font-spec :family "Monoid" :size 18))
;; Dash highlighting
;; (after! dash (dash-enable-font-lock))
;;(load! "+magit")