Move alacritty and emacs back to FuraCode
This commit is contained in:
@ -74,24 +74,24 @@ tabspaces: 8
|
|||||||
font:
|
font:
|
||||||
# Normal (roman) font face
|
# Normal (roman) font face
|
||||||
normal:
|
normal:
|
||||||
family: Go Mono
|
family: FuraCode Nerd Font Mono
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Regular
|
#style: Regular
|
||||||
|
|
||||||
# Bold font face
|
# Bold font face
|
||||||
bold:
|
bold:
|
||||||
family: Go Mono
|
family: FuraCode Nerd Font Mono
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Bold
|
#style: Bold
|
||||||
|
|
||||||
# Italic font face
|
# Italic font face
|
||||||
italic:
|
italic:
|
||||||
family: Go Mono
|
family: FuraCode Nerd Font Mono
|
||||||
# The `style` can be specified to pick a specific face.
|
# The `style` can be specified to pick a specific face.
|
||||||
#style: Italic
|
#style: Italic
|
||||||
|
|
||||||
# Point size
|
# Point size
|
||||||
size: 8.0
|
size: 10.0
|
||||||
|
|
||||||
# Offset is the extra space around each character. `offset.y` can be thought of
|
# Offset is the extra space around each character. `offset.y` can be thought of
|
||||||
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
# as modifying the line spacing, and `offset.x` as modifying the letter spacing.
|
||||||
|
|||||||
@ -25,9 +25,9 @@ I love [[https://blog.golang.org/go-fonts][Go Mono]]. But sometimes Emacs is sen
|
|||||||
suffers, so we have Fira Mono to fall back on.
|
suffers, so we have Fira Mono to fall back on.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;;(setq doom-font (font-spec :family "Fira Mono" :size 12))
|
(setq doom-font (font-spec :family "FuraCode Nerd Font Mono" :size 12))
|
||||||
(setq doom-font (font-spec :family "Go Mono" :size 12))
|
;(setq doom-font (font-spec :family "Go Mono" :size 12))
|
||||||
(setq doom-big-font (font-spec :family "Go Mono" :size 18))
|
(setq doom-big-font (font-spec :family "FuraCode Nerd Font Mono" :size 18))
|
||||||
|
|
||||||
(setq doom-theme 'doom-one)
|
(setq doom-theme 'doom-one)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
@ -341,7 +341,7 @@ Reading novels in Emacs, how novel!
|
|||||||
I use notmuch to read and write email from within Emacs.
|
I use notmuch to read and write email from within Emacs.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;;(load! "+mail") ;; Mail stuff
|
(load! "+mail") ;; Mail stuff
|
||||||
|
|
||||||
;; Use word wrap in text emails, because most people suck
|
;; Use word wrap in text emails, because most people suck
|
||||||
(remove-hook 'text-mode-hook #'auto-fill-mode)
|
(remove-hook 'text-mode-hook #'auto-fill-mode)
|
||||||
|
|||||||
Reference in New Issue
Block a user