diff --git a/doom.d/config.el b/doom.d/config.el index 0e90c871..6a48ac85 100644 --- a/doom.d/config.el +++ b/doom.d/config.el @@ -21,6 +21,7 @@ ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: ;; +(setq doom-font (font-spec :family "Fira Code" :size 13)) ;;(setq doom-font (font-spec :family "Fira Code" :size 12 :weight 'semi-light) ;; doom-variable-pitch-font (font-spec :family "Fira Sans" :size 13)) ;; diff --git a/doom.d/init.el b/doom.d/init.el index 5d902198..e2bd3566 100644 --- a/doom.d/init.el +++ b/doom.d/init.el @@ -36,7 +36,7 @@ ;;(emoji +unicode) ; 🙂 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW ;;indent-guides ; highlighted indent columns - ;;ligatures ; ligatures and symbols to make your code pretty again + ligatures ; ligatures and symbols to make your code pretty again ;;minimap ; show a map of the code on the side modeline ; snazzy, Atom-inspired modeline, plus API ;;nav-flash ; blink cursor line after big motions