mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-11-25 00:38:23 -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
|
(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"
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user