Jesse Johnson

Results 46 comments of Jesse Johnson

This is likely a theme issue, not a Firemacs issue. I am using FT DeepDark, which is nearly black, and can see the config menu fine.

I am particularly excited about: - from current point to end of line - from current point to beginning of line I would use those daily.

@knu Why not merge this with upstream easy-kill?

@knu If that will be awhile, I can write the tests.

This issue is still present on the pre-release Ubuntu kernel `4.4.0-38-generic`, which I tried after `4.4.0-36-generic` failed to fix the issue. So currently there appears to be no fix available...

Nice find @ntc2! redshift works on Ubuntu kernel `4.4.0-38-generic` with an Nvidia GTX 970m.

Also having this issue transiently, have no issue with other voice recognition applications. Usually occurs when I first start the application and call `listen` for the first time, where it...

Looking for this exact same feature. Possibly all-the-icons could set a persistent variable indicating fonts have been successfully installed at least once?

It's a single state variable and a single if statement; performance is not a concern. But convenience and user friendliness is! Please re-open.

I think if you simply change: ``` (when (or pfx (not fonts-installed) (and fonts-installed (yes-or-no-p "This will download and install the fonts, are you sure? "))) ``` to ``` (when...