aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--common/.config/emacs/init.el.org1
-rw-r--r--macos.local/.flake/home/programs/ghostty.nix.org2
2 files changed, 1 insertions, 2 deletions
diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index 8683dc6..059e540 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -97,7 +97,6 @@ This block is the reason I use =straight= rather than just =use-package=. I have
(use-package diredfl
:init
(diredfl-global-mode 1))
- ;;(add-to-list 'default-frame-alist '(undecorated . t))
(use-package ns-auto-titlebar
:init
(ns-auto-titlebar-mode))
diff --git a/macos.local/.flake/home/programs/ghostty.nix.org b/macos.local/.flake/home/programs/ghostty.nix.org
index 124ad61..af8f9cf 100644
--- a/macos.local/.flake/home/programs/ghostty.nix.org
+++ b/macos.local/.flake/home/programs/ghostty.nix.org
@@ -20,7 +20,7 @@ This terminal emulator seems over-hyped, but I'm trying it anyways.
macos-window-shadow = false
mouse-hide-while-typing = true
quit-after-last-window-closed = true
- theme = "Unikitty"
+ theme = "Builtin Light"
window-decoration = true
'';
}