Skip to content

Commit

Permalink
emacs: font changes
Browse files Browse the repository at this point in the history
  • Loading branch information
tiborpilz committed Mar 27, 2024
1 parent 51bec65 commit 17238f8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion home/config/doom/config.el
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14 :weight 'light)
doom-big-font (font-spec :family "FiraCode Nerd Font" :size 28 :weight 'normal)
doom-unicode-font (font-spec :family "FiraCode Nerd Font" :size 14 :weight 'normal)
doom-variable-pitch-font (font-spec :family "FiraCode Nerd Font" :size 14 :weight 'normal))
doom-variable-pitch-font (font-spec :family "FiraCode Nerd Font" :size 16 :weight 'normal))

(setq display-line-numbers-type 'relative)

Expand Down
2 changes: 1 addition & 1 deletion home/config/doom/config.org
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Set Name and mail adress
(setq doom-font (font-spec :family "FiraCode Nerd Font" :size 14 :weight 'light)
doom-big-font (font-spec :family "FiraCode Nerd Font" :size 28 :weight 'normal)
doom-unicode-font (font-spec :family "FiraCode Nerd Font" :size 14 :weight 'normal)
doom-variable-pitch-font (font-spec :family "FiraCode Nerd Font" :size 14 :weight 'normal))
doom-variable-pitch-font (font-spec :family "FiraCode Nerd Font" :size 16 :weight 'normal))
#+end_src

** Line numbers
Expand Down

0 comments on commit 17238f8

Please sign in to comment.