summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Cunningham <cc@local.lan>2025-02-26 16:33:43 -0800
committerChristian Cunningham <cc@local.lan>2025-02-26 16:33:43 -0800
commit1f3f4d13017ce5457b282abafecf351dad39ff19 (patch)
tree13aaa12cd8c4b445495b861ee7c08a8403cdb55a
parent72d8d4d1907005c66e8caa3ce0062e66da03d6c2 (diff)
Fix Typo
Fix catppucin typo
-rw-r--r--elchemy-util.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/elchemy-util.el b/elchemy-util.el
index caaff70..b5367e0 100644
--- a/elchemy-util.el
+++ b/elchemy-util.el
@@ -41,7 +41,7 @@
(when elchemy/user/dark-theme
(load-theme 'base16-gruvbox-dark-pale t))
(when elchemy/user/light-theme
- (load-theme 'base16-catppucin-latte t))
+ (load-theme 'base16-catppuccin-latte t))
(if (get-buffer "*Dashboard*")
(switch-to-buffer "*Dashboard*"))))