diff options
author | Simon Parri <simonparri@ganzeria.com> | 2025-07-23 08:53:34 +0200 |
---|---|---|
committer | Simon Parri <simonparri@ganzeria.com> | 2025-07-23 08:53:34 +0200 |
commit | c5a4e56f83316ac4c9c613f384e154fb13309666 (patch) | |
tree | 25c949cfa0db41c61b2434b4a83837f2c65f0ce3 /carrot/.emacs.d/local-init.el | |
parent | 7c6aecbba520eae2717e1a131fe8d8c0e730bbff (diff) | |
download | dotfiles-c5a4e56f83316ac4c9c613f384e154fb13309666.tar.gz dotfiles-c5a4e56f83316ac4c9c613f384e154fb13309666.zip |
Carrot/Emacs: Use Doom Dracula theme
Diffstat (limited to 'carrot/.emacs.d/local-init.el')
-rw-r--r-- | carrot/.emacs.d/local-init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/carrot/.emacs.d/local-init.el b/carrot/.emacs.d/local-init.el new file mode 100644 index 0000000..b6960bd --- /dev/null +++ b/carrot/.emacs.d/local-init.el @@ -0,0 +1 @@ +(load-theme 'doom-dracula) |