From b7bc1170917499deb76f4d2d1116252ed30c629d Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 29 Aug 2024 06:04:51 +1200 Subject: [PATCH] fix: leave internal functions bound Closes #187 --- catppuccin-theme.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/catppuccin-theme.el b/catppuccin-theme.el index 3692c8c..312896d 100644 --- a/catppuccin-theme.el +++ b/catppuccin-theme.el @@ -1515,11 +1515,6 @@ FLAVOR defaults to the value of `catppuccin-flavor'." (provide-theme 'catppuccin) -;; Unbind functions used for internal use -(fmakunbound 'catppuccin-quantize-color) -(fmakunbound 'catppuccin-lighten-color) -(fmakunbound 'catppuccin-darken-color) - ;; Local Variables: ;; indent-tabs-mode: nil ;; lisp-indent-offset: 2