Switch back to FiraCode
This commit is contained in:
parent
cd107945fa
commit
c1a9a23da9
|
@ -230,10 +230,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 '(width . 120))
|
||||||
(add-to-list 'initial-frame-alist '(height . 80))
|
(add-to-list 'initial-frame-alist '(height . 80))
|
||||||
(add-to-list 'initial-frame-alist '(alpha-background . 80))
|
(add-to-list 'initial-frame-alist '(alpha-background . 80))
|
||||||
(add-to-list 'initial-frame-alist '(font . "JetBrainsMono Nerd Font-12"))
|
(add-to-list 'initial-frame-alist '(font . "FiraCode Nerd Font-12"))
|
||||||
|
|
||||||
(add-to-list 'default-frame-alist '(alpha-background . 80))
|
(add-to-list 'default-frame-alist '(alpha-background . 80))
|
||||||
(add-to-list 'default-frame-alist '(font . "JetBrainsMono Nerd Font-12"))
|
(add-to-list 'default-frame-alist '(font . "FiraCode Nerd Font-12"))
|
||||||
|
|
||||||
;; Theme
|
;; Theme
|
||||||
(use-package modus-themes
|
(use-package modus-themes
|
||||||
|
@ -259,7 +259,7 @@ Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia
|
||||||
(use-package nerd-icons
|
(use-package nerd-icons
|
||||||
:ensure t
|
:ensure t
|
||||||
:diminish
|
:diminish
|
||||||
:config (nerd-icons-set-font "Symbols Nerd Font Mono"))
|
:config (nerd-icons-set-font "Symbols Nerd Font Mono-12"))
|
||||||
|
|
||||||
(use-package nerd-icons-dired
|
(use-package nerd-icons-dired
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|
Loading…
Reference in a new issue