emacs: update fonts

This commit is contained in:
FollieHiyuki 2021-04-25 17:24:39 +03:00
parent 4f735592c6
commit ffdb51e5b1
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
2 changed files with 5 additions and 5 deletions

View File

@ -30,10 +30,10 @@
(global-subword-mode 1) ;; Use CamelCase words (global-subword-mode 1) ;; Use CamelCase words
;; Font settings ;; Font settings
(setq doom-font (font-spec :family "Iosevka" :size 16) (setq doom-font (font-spec :family "Iosevka" :size 16 :weight 'semi-light)
doom-serif-font (font-spec :family "Iosevka Slab" :size 16 :weight 'light) doom-serif-font (font-spec :family "Iosevka Slab" :size 16 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "Iosevka Aile" :size 16) doom-variable-pitch-font (font-spec :family "IBM Plex Sans" :size 16)
doom-big-font (font-spec :family "Iosevka" :size 24)) doom-big-font (font-spec :family "Iosevka" :size 24 :weight 'semi-light))
(after! unicode-fonts (after! unicode-fonts
(setq doom-unicode-font doom-font) (setq doom-unicode-font doom-font)
(dolist (unicode-block '("CJK Compatibility" (dolist (unicode-block '("CJK Compatibility"

View File

@ -130,7 +130,7 @@
:lang :lang
;;agda ; types of types of types of types... ;;agda ; types of types of types of types...
;;beancount ; the accounting system in Emacs (beancount +lsp) ; the accounting system in Emacs
(cc +lsp) ; C/C++/Obj-C madness (cc +lsp) ; C/C++/Obj-C madness
;;clojure ; java with a lisp ;;clojure ; java with a lisp
common-lisp ; if you've seen one lisp, you've seen them all common-lisp ; if you've seen one lisp, you've seen them all