Skip to content

Commit

Permalink
Emacs is faster without scaling monitor
Browse files Browse the repository at this point in the history
  • Loading branch information
inscapist committed Aug 3, 2020
1 parent 684e8e5 commit a6edb64
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .config/alacritty/alacritty.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ font:
italic:
family: Monoid Nerd Font
style: Italic
size: 13
size: 10
offset:
x: 0
y: 1
Expand Down
4 changes: 2 additions & 2 deletions .doom.d/+ui.el
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,15 @@
;; =======================================================================

(setq felix/default-font "Dank Mono" ;; alternatively, Victor Mono
felix/default-font-size 16
felix/default-font-size 13
felix/default-font-weight 'semi-light
felix/cursive-font "Dank Mono" ;; alternative, Victor Mono
felix/book-font "Ubuntu Mono"
felix/book-height 1.05
felix/bold-font "Ubuntu Mono" ;; alterantively, Monoid
felix/bold-height 1.0
felix/ui-font "Advent Pro" ;; alternatively, Overpass/Ubuntu
felix/ui-font-size 15
felix/ui-font-size 12
felix/ui-font-weight 'light
felix/mode-line-height 0.9)

Expand Down

0 comments on commit a6edb64

Please sign in to comment.