diff options
| author | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 18:12:02 -0500 |
|---|---|---|
| committer | Simon Parri <simonparri@ganzeria.com> | 2025-10-03 18:12:45 -0500 |
| commit | 0348bd0f14702669b1d0f94a57b7d37280107816 (patch) | |
| tree | 729f5f8c08eaab5ddcd31b56fe58fdf92d2fdc52 /radish/.emacs.d | |
| parent | b1bbc24198a264f89c4e743882ce8c2ffed9e748 (diff) | |
| download | dotfiles-0348bd0f14702669b1d0f94a57b7d37280107816.tar.gz dotfiles-0348bd0f14702669b1d0f94a57b7d37280107816.zip | |
Add config files for radish
Diffstat (limited to 'radish/.emacs.d')
| -rw-r--r-- | radish/.emacs.d/groups.el | 2 | ||||
| l--------- | radish/.emacs.d/init.el | 1 | ||||
| -rw-r--r-- | radish/.emacs.d/local-init.el | 1 |
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) |
