Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: performance hint for doom emacs users #148

Merged
merged 1 commit into from
Jun 4, 2024

Conversation

pmbittner
Copy link
Contributor

This commit adds a hint to the README for doom emacs users.

Customizing the flavor of cattpuccin in doom emacs as suggested in the README:

(load-theme 'catppuccin t t)
(setq catppuccin-flavor 'frappe) ;; or 'latte, 'macchiato, or 'mocha
(catppuccin-reload)

increases the startup time of doom emacs significantly (likely because catppuccin is loaded twice).
I noticed that setting the flavor before loading the theme:

(setq catppuccin-flavor 'frappe) ;; or 'latte, 'macchiato, or 'mocha
(load-theme 'catppuccin t t)

works and so the call to (catppuccin-reload) can be omitted, yielding fast startup times again.

I added a respective hint for doom users to the README.

@NamesCode NamesCode merged commit 35535b8 into catppuccin:main Jun 4, 2024
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants