Update emacs config
This commit is contained in:
@ -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))
|
||||
|
||||
Reference in New Issue
Block a user