Update nov.el settings and fonts

This commit is contained in:
Colin Powell
2019-12-05 21:17:41 -05:00
parent 91020af93c
commit fb8ae6d15f
4 changed files with 21 additions and 11 deletions

View File

@ -1,5 +1,13 @@
;;; -*- lexical-binding: t; -*-
(setq doom-theme 'doom-one)
;; Fonts
(setq doom-font (font-spec :family "Go Mono" :size 12))
(setq doom-big-font (font-spec :family "Go Mono" :size 17))
(set-frame-parameter nil 'internal-border-width 15)
;; setup transparency ... this might get annoying
(set-frame-parameter (selected-frame) 'alpha '(100 . 90))
(add-to-list 'default-frame-alist '(alpha . (100 . 90)))