gerald
gerald
The error msg: ``` The following tree-sitter grammars are/were missing: janet latex markdown ```
Closes: #4306 ## Description ______ ### PR author checklist: - [ ] Added changelog entry, using [`unclog`](https://github.com/informalsystems/unclog). - [ ] Added tests: integration (for Hermes) or unit/mock tests (for modules)....
my config: ``` (use-package zoom :straight t :config (custom-set-variables '(zoom-mode t)) (defun size-callback () (cond ((> (frame-pixel-width) 1280) '(90 . 0.75)) (t '(0.5 . 0.5)))) (custom-set-variables '(zoom-size 'size-callback)) (custom-set-variables '(zoom-ignored-major-modes...