update font sizes

This commit is contained in:
Joe Ardent 2025-02-27 15:22:30 -08:00
parent 7559e2879a
commit dad453ac3c
3 changed files with 4 additions and 2 deletions

View file

@ -873,7 +873,7 @@ Another section defines some complementary functionality
'((small
:default-height 120)
(regular
:default-height 130)
:default-height 160)
(medium
:default-weight semilight
:default-height 170
@ -1359,6 +1359,7 @@ These are modifications to basic configuration I use on my Mac OSX machine.
;; domain name
(setq system-name (car (split-string system-name "\\.")))
;;; Binaries
(setq insert-directory-program "/opt/homebrew/bin/gls")
(setq vc-git-program (or (executable-find "git") "/usr/local/bin/git"))
(setq epg-gpg-program (or (executable-find "gpg") "/usr/local/bin/gpg"))))
#+end_src

View file

@ -174,6 +174,7 @@ word. Fall back to regular `expreg-expand'."
;; domain name
(setq system-name (car (split-string system-name "\\.")))
;;; Binaries
(setq insert-directory-program "/opt/homebrew/bin/gls")
(setq vc-git-program (or (executable-find "git") "/usr/local/bin/git"))
(setq epg-gpg-program (or (executable-find "gpg") "/usr/local/bin/gpg"))))

View file

@ -95,7 +95,7 @@
'((small
:default-height 120)
(regular
:default-height 130)
:default-height 160)
(medium
:default-weight semilight
:default-height 170