- ;;; -*- 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")
|