+ui.el 296 B

1234567891011
  1. ;;; -*- lexical-binding: t; -*-
  2. (setq doom-theme 'doom-Iosvkem)
  3. ;; Fonts
  4. (setq doom-font (font-spec :family "FuraCode Nerd Font" :size 14))
  5. (setq doom-big-font (font-spec :family "FuraCode Nerd Font" :size 20))
  6. ;; Dash highlighting
  7. ;; (after! dash (dash-enable-font-lock))
  8. ;;(load! "+magit")