system changes

This commit is contained in:
jjanzen 2025-03-26 13:20:52 -05:00
parent 7b065ecb5e
commit 9ab3f4c6f7

View file

@ -28,15 +28,8 @@ Clean up interface by removing unnecessary elements.
Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Modern for /variable width/. Set up fonts. I use Source Code Pro (Nerd Font) for =monospace= and Computer Modern for /variable width/.
#+begin_src emacs-lisp #+begin_src emacs-lisp
(defvar jj/mono-font) (defvar jj/mono-font "Atkinson Hyperlegible Mono-11:weight=thin")
(defvar jj/var-font) (defvar jj/var-font "CMU Serif-18")
(pcase system-type
(`gnu/linux
(setq jj/mono-font "SauceCodePro Nerd Font-11"
jj/var-font "CMU Serif-14"))
(`darwin
(setq jj/mono-font "SauceCodePro Nerd Font-14:weight=thin"
jj/var-font "CMU Serif-18")))
(add-to-list 'default-frame-alist (add-to-list 'default-frame-alist
`(font . ,jj/mono-font)) `(font . ,jj/mono-font))
(custom-set-faces (custom-set-faces