From 3301643e752df5ad349739d7f75f365a9076be54 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Wed, 29 Oct 2025 09:37:47 -0500 Subject: carrot/Emacs: Set up as window manager --- carrot/.emacs.d/groups.el | 3 ++- carrot/.emacs.d/local-init.el | 2 ++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/carrot/.emacs.d/groups.el b/carrot/.emacs.d/groups.el index 492aa03..9346410 100644 --- a/carrot/.emacs.d/groups.el +++ b/carrot/.emacs.d/groups.el @@ -3,4 +3,5 @@ games music media - osm) + osm + exwm) diff --git a/carrot/.emacs.d/local-init.el b/carrot/.emacs.d/local-init.el index c9e4948..9ca41ab 100644 --- a/carrot/.emacs.d/local-init.el +++ b/carrot/.emacs.d/local-init.el @@ -1,5 +1,7 @@ (load-theme 'doom-dracula) +(mobile-device-mode) + (setq org-agenda-prefix-format '((agenda . " %?-12t% s") (todo . " ") -- cgit v1.2.3