mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-24 16:28:22 -05:00
emacs: update fonts
This commit is contained in:
parent
4f735592c6
commit
ffdb51e5b1
@ -30,10 +30,10 @@
|
||||
(global-subword-mode 1) ;; Use CamelCase words
|
||||
|
||||
;; Font settings
|
||||
(setq doom-font (font-spec :family "Iosevka" :size 16)
|
||||
doom-serif-font (font-spec :family "Iosevka Slab" :size 16 :weight 'light)
|
||||
doom-variable-pitch-font (font-spec :family "Iosevka Aile" :size 16)
|
||||
doom-big-font (font-spec :family "Iosevka" :size 24))
|
||||
(setq doom-font (font-spec :family "Iosevka" :size 16 :weight 'semi-light)
|
||||
doom-serif-font (font-spec :family "Iosevka Slab" :size 16 :weight 'semi-light)
|
||||
doom-variable-pitch-font (font-spec :family "IBM Plex Sans" :size 16)
|
||||
doom-big-font (font-spec :family "Iosevka" :size 24 :weight 'semi-light))
|
||||
(after! unicode-fonts
|
||||
(setq doom-unicode-font doom-font)
|
||||
(dolist (unicode-block '("CJK Compatibility"
|
||||
|
@ -130,7 +130,7 @@
|
||||
|
||||
:lang
|
||||
;;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
|
||||
;;clojure ; java with a lisp
|
||||
common-lisp ; if you've seen one lisp, you've seen them all
|
||||
|
Loading…
Reference in New Issue
Block a user