From 8a63761962c0b7d095495adfafbf868ea5eb990d Mon Sep 17 00:00:00 2001
From: jjanzen <jjanzen@jjanzen.ca>
Date: Tue, 7 Jan 2025 23:08:56 -0600
Subject: system changes

---
 common/.config/emacs/init.el.org | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'common')

diff --git a/common/.config/emacs/init.el.org b/common/.config/emacs/init.el.org
index ee8c154..16eeb2b 100644
--- a/common/.config/emacs/init.el.org
+++ b/common/.config/emacs/init.el.org
@@ -97,7 +97,7 @@ 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))
+  (add-to-list 'default-frame-alist '(undecorated . t))
   (scroll-bar-mode -1)
   (tool-bar-mode -1)
   (menu-bar-mode -1)
-- 
cgit v1.2.3