From 385a0741254b5b6f0d61b9087ff8120ddf3fb4be Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 29 May 2025 06:22:08 -0700 Subject: [PATCH 1/2] [emacs] Delay-load gptel --- .emacs.d/init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index cb6eec4..47c7710 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1455,6 +1455,7 @@ Do this when you edit your project view." ("C-c C-g" . gptel-menu) ("C-c C-t" . gptel-tools)) + :commands (gptel gptel-menu gptel-tools) :config (setq From 3ca7c4a3f49861577a82d7b6d2ac5d7ac89ec88a Mon Sep 17 00:00:00 2001 From: John Doty Date: Thu, 29 May 2025 06:22:21 -0700 Subject: [PATCH 2/2] [emacs] Fonts for surface --- .emacs.d/init.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 47c7710..31d3617 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -192,6 +192,9 @@ ((string-equal (downcase (system-name)) "unstablesurface") "Input Mono Narrow:pixelsize=28:weight=normal") + ((string-equal (downcase (system-name)) "oldconvert") + "Input Mono Narrow:pixelsize=28:weight=normal") + (t (font-candidate "Input Mono Narrow:pixelsize=14:weight=normal"