Reorganize files to use stow for installation #dotfiles
This commit is contained in:
11
emacs/.config/doom/+ui.el
Normal file
11
emacs/.config/doom/+ui.el
Normal file
@ -0,0 +1,11 @@
|
||||
;;; -*- lexical-binding: t; -*-
|
||||
|
||||
(setq doom-theme 'doom-Iosvkem)
|
||||
|
||||
;; Fonts
|
||||
(setq doom-font (font-spec :family "FuraCode Nerd Font" :size 14))
|
||||
(setq doom-big-font (font-spec :family "FuraCode Nerd Font" :size 20))
|
||||
;; Dash highlighting
|
||||
;; (after! dash (dash-enable-font-lock))
|
||||
|
||||
;;(load! "+magit")
|
||||
Reference in New Issue
Block a user