Skip to content

Commit

Permalink
fix: set no-byte-compile in catppuccin-definitions.el
Browse files Browse the repository at this point in the history
  • Loading branch information
jtbx committed Aug 8, 2024
1 parent 1079002 commit 8affab8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions catppuccin-definitions.el
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
;;; catppuccin-definitions.el --- The Catppuccin palette -*- no-byte-compile: t; -*-
((latte .
((rosewater . "#dc8a78")
(flamingo . "#dd7878")
Expand Down
1 change: 1 addition & 0 deletions emacs.tera
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ whiskers:
filename: catppuccin-definitions.el
hex_format: "#{{r}}{{g}}{{b}}"
---
;;; {{ whiskers.filename }} --- The Catppuccin palette -*- no-byte-compile: t; -*-
({%- for id, flavor in flavors %}({{id}} .
({% for id, color in flavor.colors -%}
({{id}} . "{{color.hex}}")
Expand Down

0 comments on commit 8affab8

Please sign in to comment.