Eli Zor

Results 16 comments of Eli Zor

Because Emacs themes can run arbitrary code, I see no major obstacles to wrapping the existing nano theme in a file with (deftheme). A concern would be to preserve the...

I think going with dedicated `nano-typography.el` makes sense. On the other hand, we already have `nano-faces` which already covers the "setting fonts" part, at least in principle. Default font in...

Prelude, Doom and other Emacs distributions claim the `emacs.d` folder so to speak. In your examples, you are maintaining your own emacs.d, from which you use nano and whatever else...

I do not mind the discussion at all, but I'll admit the broad scope of your questions put me off answering for longer that I would have thought. You ask...

I will have a look at it this evening and try to make a patch. I believe moving towards a template-based logic instead of a patch-based logic would make the...

Good evening! Thanks for the reminder :) I finally had a look - the error came from the fact that the current `PKGBUILD` has no trailing newline. The script is...

Thanks for the speedy answer :) `max_retries` seem sensible indeed as a failsafe. I'm not sure how the retry logic intersects with timeouts. _IF_ timeouts are counted against the whole...

Got the same glitch with a Bootstrap 4 theme (Hyper theme). Adding the `collapse` class didn't fix (upon inspection, it was there all along). However, the show class wasn't being...

Downside of early `custom.el` evaluation : any customizables defined or loaded by my personal modules are not customizable anymore. I don't know how to satisfy all use cases here. Maybe...

Well I believe it's possible to not have a custom.el at all - or it should be. The original issue is about where to load it. In the original issue...