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