K. Adam Christensen
K. Adam Christensen
Hi, I noticed that a month ago you made a fix that this pull request already fixed. I want to know if you're looking for patches? It not, then I...
BTW, the broken build is with just the GCC part and had an error message of *"An error occurred while generating the build script."*. So I think the build is...
Ping. Any thoughts on this?
FYI - this branch now includes #85 .
+1 to this. find_under_expand_skip is pretty useful for this to overwrite.
I just want to +1 this, as it's been sitting here a while. I have run into cases where the error in parsing means that .desktop files don't work.
If I run the following in my scratch, everything loads. ```elisp (use-package catppuccin-theme :init (setq catppuccin-flavor 'latte) :config (load-theme 'catppuccin)) ``` If I put that code in my init.el, then...
`after-init-hook` does work. ```elisp (use-package catppuccin-theme :init (setq catppuccin-flavor 'mocha) :hook (after-init . (lambda () (load-theme 'catppuccin)))) ```
Hi. I am down for PRs. But I'm also down for someone else to take over :)