Reorganize files to use stow for installation #dotfiles

This commit is contained in:
Colin Powell
2019-01-10 10:19:27 -05:00
parent cbbffe7f60
commit eaa394e556
123 changed files with 2227 additions and 131 deletions

11
emacs/.config/doom/+ui.el Normal file
View 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")