From 9a3425486375862c6cf0fd1e5f04a59b38fc4a6e Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Tue, 22 Jul 2025 11:39:46 +0200 Subject: Add config files for carrot --- carrot/.emacs.d/groups.el | 4 ++++ carrot/.emacs.d/init.el | 1 + 2 files changed, 5 insertions(+) create mode 100644 carrot/.emacs.d/groups.el create mode 120000 carrot/.emacs.d/init.el (limited to 'carrot/.emacs.d') diff --git a/carrot/.emacs.d/groups.el b/carrot/.emacs.d/groups.el new file mode 100644 index 0000000..d6539f4 --- /dev/null +++ b/carrot/.emacs.d/groups.el @@ -0,0 +1,4 @@ +(enable-groups + org + games + osm) diff --git a/carrot/.emacs.d/init.el b/carrot/.emacs.d/init.el new file mode 120000 index 0000000..147bbd2 --- /dev/null +++ b/carrot/.emacs.d/init.el @@ -0,0 +1 @@ +../../common/.emacs.d/init.el \ No newline at end of file -- cgit v1.2.3