update font sizes
This commit is contained in:
parent
7559e2879a
commit
dad453ac3c
3 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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"))))
|
||||
|
||||
|
|
|
@ -95,7 +95,7 @@
|
|||
'((small
|
||||
:default-height 120)
|
||||
(regular
|
||||
:default-height 130)
|
||||
:default-height 160)
|
||||
(medium
|
||||
:default-weight semilight
|
||||
:default-height 170
|
||||
|
|
Loading…
Reference in a new issue