some updates to gpt stuff
This commit is contained in:
parent
8ccee7a733
commit
c09fd55862
2 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
2
init.el
2
init.el
|
|
@ -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")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue