Skip to content

Commit

Permalink
fix: leave internal functions bound
Browse files Browse the repository at this point in the history
Closes #187
  • Loading branch information
jtbx committed Aug 29, 2024
1 parent fe83fa1 commit b7bc117
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions catppuccin-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b7bc117

Please sign in to comment.