fix: emacs font

This commit is contained in:
lily 2024-07-27 14:02:12 -04:00
parent 5df003a97e
commit 3ef3a3dff0
Signed by: lily
GPG key ID: 601F3263FBCBC4B9
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,7 @@
;; See 'C-h v doom-font' for documentation and more examples of what they ;; See 'C-h v doom-font' for documentation and more examples of what they
;; accept. For example: ;; accept. For example:
;; ;;
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 12 :weight 'semi-light) (setq doom-font (font-spec :family "FiraCodeNF" :size 12 :weight 'semi-light)
doom-variable-pitch-font (font-spec :family "Liberation Sans" :size 13)) doom-variable-pitch-font (font-spec :family "Liberation Sans" :size 13))
;; ;;
;; If you or Emacs can't find your font, use 'M-x describe-font' to look them ;; If you or Emacs can't find your font, use 'M-x describe-font' to look them

View file

@ -63,7 +63,6 @@
white = "#FFFFFF"; white = "#FFFFFF";
text = "#494D64"; text = "#494D64";
}; };
console_title_template = "{{.Folder}}{{if .Root}} :: root{{end}} :: {{.Shell}}";
blocks = [ blocks = [
{ {
alignment = "left"; alignment = "left";