quark-emacs
quark-emacs copied to clipboard
:rocket: An incredible wonderland of code
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...
For example, it takes `0.5s` to list the files in this repo. It should be much faster.
* [ ] Mode line is often not the correct color upon connecting to the daemon for the first time. * [ ] Highlighting in `ivy` is wrong when using...
This might be related to the fact that even when C headers are enclosed in angle brackets, they are still highlighted as strings.
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.
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...
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.
If ] could skip over existing delimiters as well, this would make for a great replacement for `sp-up-sexp`.