diff options
| author | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 21:48:05 -0400 |
|---|---|---|
| committer | Jack Jamison <jackqjamison@gmail.com> | 2026-07-30 21:48:05 -0400 |
| commit | c1229075fbed30c7dcffc84e7ca11c2191dda11b (patch) | |
| tree | 5a9b73cd7257880d06831e69f33041e0c8ff2c32 /.config/emacs/early-init.el | |
| parent | 8c4e09dff83847ac7f07bf1da7751e9328006c4d (diff) | |
more fixes to make it actually actually work
Diffstat (limited to '.config/emacs/early-init.el')
| -rw-r--r-- | .config/emacs/early-init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/emacs/early-init.el b/.config/emacs/early-init.el index b8c27fb..dd27ef2 100644 --- a/.config/emacs/early-init.el +++ b/.config/emacs/early-init.el @@ -39,10 +39,10 @@ (set-selection-coding-system 'utf-8) (prefer-coding-system 'utf-8) -;; fonts +;; fonts - https://github.com/thep0y/monaco-nerd-font/releases/tag/v0.2.2 (let ((mono-spaced-font "Monaco Nerd Font Mono") (proportionately-spaced-font "MonacoLigaturized Nerd Font")) - (set-face-attribute 'default nil :family mono-spaced-font :height 100) + (set-face-attribute 'default nil :family mono-spaced-font :height 105) (set-face-attribute 'fixed-pitch nil :family mono-spaced-font :height 1.0) (set-face-attribute 'variable-pitch nil :family proportionately-spaced-font :height 1.0)) |
