diff options
| -rw-r--r-- | carrot/.emacs.d/groups.el | 3 | ||||
| -rw-r--r-- | carrot/.emacs.d/local-init.el | 2 |
2 files changed, 4 insertions, 1 deletions
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 . " ") |
