diff options
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) |
