this repo has no description
0
fork

Configure Feed

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

iosevca

+2 -2
+1 -1
doom-config/config.el
··· 19 19 ;; 20 20 ;; They all accept either a font-spec, font string ("Input Mono-12"), or xlfd 21 21 ;; font string. You generally only need these two: 22 - (setq doom-font (font-spec :family "JetBrains Mono" :size 16)) 22 + (setq doom-font (font-spec :family "Iosevka" :size 16)) 23 23 24 24 ;; There are two ways to load a theme. Both assume the theme is installed and 25 25 ;; available. You can either set `doom-theme' or manually load a theme with the
+1 -1
doom-config/init.el
··· 38 38 ;;neotree ; a project drawer, like NERDTree for vim 39 39 ophints ; highlight the region an operation acts on 40 40 (popup +all +defaults) ; tame sudden yet inevitable temporary windows 41 - ;;pretty-code ; replace bits of code with pretty symbols 41 + (pretty-code +iosevka) ; replace bits of code with pretty symbols 42 42 ;;tabs ; an tab bar for Emacs 43 43 treemacs ; a project drawer, like neotree but cooler 44 44 ;;unicode ; extended unicode support for various languages