From 0348bd0f14702669b1d0f94a57b7d37280107816 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Fri, 3 Oct 2025 18:12:02 -0500 Subject: Add config files for radish --- radish/.emacs.d/groups.el | 2 ++ radish/.emacs.d/init.el | 1 + radish/.emacs.d/local-init.el | 1 + 3 files changed, 4 insertions(+) create mode 100644 radish/.emacs.d/groups.el create mode 120000 radish/.emacs.d/init.el create mode 100644 radish/.emacs.d/local-init.el (limited to 'radish/.emacs.d') diff --git a/radish/.emacs.d/groups.el b/radish/.emacs.d/groups.el new file mode 100644 index 0000000..a09dff0 --- /dev/null +++ b/radish/.emacs.d/groups.el @@ -0,0 +1,2 @@ +(enable-groups + org) diff --git a/radish/.emacs.d/init.el b/radish/.emacs.d/init.el new file mode 120000 index 0000000..147bbd2 --- /dev/null +++ b/radish/.emacs.d/init.el @@ -0,0 +1 @@ +../../common/.emacs.d/init.el \ No newline at end of file diff --git a/radish/.emacs.d/local-init.el b/radish/.emacs.d/local-init.el new file mode 100644 index 0000000..b6960bd --- /dev/null +++ b/radish/.emacs.d/local-init.el @@ -0,0 +1 @@ +(load-theme 'doom-dracula) -- cgit v1.2.3