Files
dotfiles/emacs/.config/doom/+ui.el
2019-12-11 00:42:13 -05:00

17 lines
469 B
EmacsLisp

;;; -*- 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 . 100))
(add-to-list 'default-frame-alist '(alpha . (100 . 100)))
;; Dash highlighting
(after! dash (dash-enable-font-lock))