this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

updates font

+3 -3
+2 -2
doom-config/configs/font.el
··· 26 26 ;; 27 27 ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd 28 28 ;; font string. You generally only need these two: 29 - (setq doom-font (font-spec :family "Iosevka SS04" :weight 'regular :size 17) 30 - doom-variable-pitch-font (font-spec :family "Iosevka Aile" :weight 'light :size 19)) 29 + (setq doom-font (font-spec :family "PragmataPro Liga" :weight 'regular) 30 + doom-variable-pitch-font (font-spec :family "PragmataPro Liga" :weight 'light)) 31 31 32 32 33 33 ;;; font.el ends here
+1 -1
doom-config/init.el
··· 35 35 hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW 36 36 ;;hydra 37 37 ;;indent-guides ; highlighted indent columns 38 - ;; ligatures ; ligatures and symbols to make your code pretty again 38 + (ligatures +pragmata-pro) ; ligatures and symbols to make your code pretty again 39 39 ;;minimap ; show a map of the code on the side 40 40 (modeline +light) ; snazzy, Atom-inspired modeline, plus API 41 41 nav-flash ; blink cursor line after big motions