Switch font to Iosevka
This commit is contained in:
parent
9a2e49305c
commit
b2f274be05
10
README.org
10
README.org
|
@ -236,10 +236,10 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
|||
(add-to-list 'initial-frame-alist '(width . 120))
|
||||
(add-to-list 'initial-frame-alist '(height . 80))
|
||||
(add-to-list 'initial-frame-alist '(alpha-background . 80))
|
||||
(add-to-list 'initial-frame-alist '(font . "FiraCode Nerd Font-12"))
|
||||
(add-to-list 'initial-frame-alist '(font . "Iosevka Nerd Font-14"))
|
||||
|
||||
(add-to-list 'default-frame-alist '(alpha-background . 80))
|
||||
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font-12"))
|
||||
(add-to-list 'default-frame-alist '(font . "Iosevka Nerd Font-14"))
|
||||
|
||||
;; Theme
|
||||
(use-package modus-themes
|
||||
|
@ -247,8 +247,8 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
|||
:custom
|
||||
(modus-themes-disable-other-themes t)
|
||||
(modus-themes-to-toggle '(modus-operandi-tinted modus-vivendi-tinted))
|
||||
(modus-themes-bold-constructs nil) ; Doesn't work nicely with FiraCode
|
||||
(modus-themes-italic-constructs nil) ; Doesn't work nicely with FiraCode
|
||||
(modus-themes-bold-constructs t)
|
||||
(modus-themes-italic-constructs t)
|
||||
(modus-themes-org-blocks 'gray-background)
|
||||
(modus-themes-completions '((matches . (extrabold underline))
|
||||
(selection . (semibold italic))))
|
||||
|
@ -342,7 +342,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
|||
:custom
|
||||
(ediff-window-setup-function #'ediff-setup-windows-plain))
|
||||
#+end_src
|
||||
** Font ligatures
|
||||
** TODO Font ligatures
|
||||
#+begin_src emacs-lisp
|
||||
(use-package ligature
|
||||
:ensure t
|
||||
|
|
Loading…
Reference in a new issue