Jonathan Hayase
Jonathan Hayase
See https://github.com/Wilfred/remacs/issues/137.
Try to setup a reasonable system with `auto-fill-mode` or something similar.
One of the great features of (`helm`/`anything.el`) is the ability to have one command for multiple sources. For example `helm-mini` includes the sources `helm-source-buffer-list` and `helm-source-recentf`. In this way, you...
Since there are distinct unicode symbols for `\epsilon = ϵ` and `\varepsilon = ε`, for example, doesn't it make sense to render them differently? I believe we also have distinct...
\mathscr
Would be pretty neat if `\mathscr` got similar treatment to `\mathbb`. So `\mathscr` would render as `ℱ`.
`auto-insert-mode` can define insertions by major mode (in addition to regex matching the filename). It would be great if `yatemplate` also supported this. Perhaps something-like: ``` 00:major-mode:c++-mode ``` To define...
It would be great if we could install these packages with `package.el`.
Followup from https://github.com/PythonNut/company-flx/issues/17. One way this could be done is to expose some configuration variable `company-anaconda-fuzzy-match` which would allow `tpe` to match `TypeError`. That list of candidates would be handed...