From dad453ac3c7a8c2c94e5e5285ef875b0d3eaa757 Mon Sep 17 00:00:00 2001
From: Joe Ardent <jardent@voltus.co>
Date: Thu, 27 Feb 2025 15:22:30 -0800
Subject: [PATCH] update font sizes

---
 nebkor-emacs.org                    | 3 ++-
 nebkor-modules/nebkor-essentials.el | 1 +
 nebkor-modules/nebkor-theme.el      | 2 +-
 3 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/nebkor-emacs.org b/nebkor-emacs.org
index 370a671..86386ee 100644
--- a/nebkor-emacs.org
+++ b/nebkor-emacs.org
@@ -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
diff --git a/nebkor-modules/nebkor-essentials.el b/nebkor-modules/nebkor-essentials.el
index a210ecb..b46c1dd 100644
--- a/nebkor-modules/nebkor-essentials.el
+++ b/nebkor-modules/nebkor-essentials.el
@@ -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"))))
 
diff --git a/nebkor-modules/nebkor-theme.el b/nebkor-modules/nebkor-theme.el
index ee2c039..46214c4 100644
--- a/nebkor-modules/nebkor-theme.el
+++ b/nebkor-modules/nebkor-theme.el
@@ -95,7 +95,7 @@
       '((small
          :default-height 120)
         (regular
-         :default-height 130)
+         :default-height 160)
         (medium
          :default-weight semilight
          :default-height 170