quark-emacs icon indicating copy to clipboard operation
quark-emacs copied to clipboard

:rocket: An incredible wonderland of code

Results 62 quark-emacs issues
Sort by recently updated
recently updated
newest added

It takes `10ms` to detect file system types. 1. Benchmark with `hyperfine`. 2. Consider a fast-path using `stat` on Linux. 3. Consider a fast-path using a dynamic module. 4. Look...

performance

For example, it takes `0.5s` to list the files in this repo. It should be much faster.

bug
performance

* [ ] Mode line is often not the correct color upon connecting to the daemon for the first time. * [ ] Highlighting in `ivy` is wrong when using...

bug
cosmetic

This might be related to the fact that even when C headers are enclosed in angle brackets, they are still highlighted as strings.

bug
priority:low
Lang:C/C++
cosmetic

Versioning them here is a bad idea. I could easily keep up with upstream if I simply forked the yasnippet snippets repo and included it with `quelpa`.

This color is unreadable in standard solarized.

enhancement
priority:low
cosmetic

The current system works, but it has two major shortcomings: 1. No granularity regarding grouping of backends. 2. Code is located in `config-company`. I would prefer if it were located...

enhancement

Editing large (e.g. > 100MB) files is now very slow, even with `vlf`. It's likely some new minor mode is messing me up here.

bug
performance

If ] could skip over existing delimiters as well, this would make for a great replacement for `sp-up-sexp`.

enhancement