summaryrefslogtreecommitdiff
path: root/radish/.emacs.d
diff options
context:
space:
mode:
authorSimon Parri <simonparri@ganzeria.com>2025-10-03 18:12:02 -0500
committerSimon Parri <simonparri@ganzeria.com>2025-10-03 18:12:45 -0500
commit0348bd0f14702669b1d0f94a57b7d37280107816 (patch)
tree729f5f8c08eaab5ddcd31b56fe58fdf92d2fdc52 /radish/.emacs.d
parentb1bbc24198a264f89c4e743882ce8c2ffed9e748 (diff)
downloaddotfiles-0348bd0f14702669b1d0f94a57b7d37280107816.tar.gz
dotfiles-0348bd0f14702669b1d0f94a57b7d37280107816.zip
Add config files for radish
Diffstat (limited to 'radish/.emacs.d')
-rw-r--r--radish/.emacs.d/groups.el2
l---------radish/.emacs.d/init.el1
-rw-r--r--radish/.emacs.d/local-init.el1
3 files changed, 4 insertions, 0 deletions
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)