some updates to gpt stuff

This commit is contained in:
Chris Cochrun 2026-03-24 10:15:07 -05:00
parent 8ccee7a733
commit c09fd55862
2 changed files with 2 additions and 2 deletions

View file

@ -112,7 +112,7 @@ Let's start by making some basic ui changes like turning off the scrollbar, tool
(setq comp-deferred-compilation-deny-list nil)
(setq frame-resize-pixelwise t)
(set-frame-parameter (selected-frame) 'undecorated t)
(set-frame-parameter nil 'undecorated t)
(add-to-list 'default-frame-alist '(undecorated . t))
#+end_src

View file

@ -21,7 +21,7 @@
(setq comp-deferred-compilation-deny-list nil)
(setq frame-resize-pixelwise t)
(set-frame-parameter (selected-frame) 'undecorated t)
(set-frame-parameter nil 'undecorated t)
(add-to-list 'default-frame-alist '(undecorated . t))
(if (string-equal (system-name) "syl")