B.V. Raghav
B.V. Raghav
[Writing expressions as blocks](https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/writing-mathematical-expressions#writing-expressions-as-blocks) For example, with markserv, the following math (code?): ```math y=mx+c ``` would render like ``` y=mx+c ``` Would it be possible to append custom block delimiters...
Thank you for taking the time to report an issue and improve Flycheck. This template is for **actual bugs you observed**. If you have trouble setting up Flycheck, or if...
An unguarded `(add-to-list 'auto-mode-alist ...)` introduces a bug in `'auto-mode-alist` _e.g._ the following entry ``` lisp '(nil . glsl-mode) ``` This miserably fails at every file visitation, because `(set-auto-mode)` would...