Update emacs config

This commit is contained in:
Colin Powell
2019-05-28 21:08:33 -04:00
parent 9e6012f07a
commit 570f06ea7f
3 changed files with 13 additions and 15 deletions

View File

@ -1,11 +1,8 @@
;;; -*- lexical-binding: t; -*-
(setq doom-theme 'nimbus)
;; setup transparency ... this might get annoying
(set-frame-parameter (selected-frame) 'alpha '(100 . 90))
(add-to-list 'default-frame-alist '(alpha . (100 . 90)))
;; Fonts
(setq doom-font (font-spec :family "Iosevka" :size 15))
(setq doom-big-font (font-spec :family "Iosevka" :size 21))
;; Dash highlighting
;; (after! dash (dash-enable-font-lock))
;;(load! "+magit")
(after! dash (dash-enable-font-lock))