fix: emacs font
This commit is contained in:
parent
5df003a97e
commit
3ef3a3dff0
2 changed files with 1 additions and 2 deletions
|
@ -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
|
||||||
|
|
|
@ -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";
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue