From c5a4e56f83316ac4c9c613f384e154fb13309666 Mon Sep 17 00:00:00 2001 From: Simon Parri Date: Wed, 23 Jul 2025 08:53:34 +0200 Subject: Carrot/Emacs: Use Doom Dracula theme --- carrot/.emacs.d/local-init.el | 1 + 1 file changed, 1 insertion(+) create mode 100644 carrot/.emacs.d/local-init.el (limited to 'carrot/.emacs.d') 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) -- cgit v1.2.3