Daniel Mendler
Daniel Mendler
Hey, I recently developed [Tempel](https://github.com/minad/tempel), so I wonder if there is interest in supporting different template packages in org-menu in addition to yasnippet? One could either check for the template...
As soon as the user-visible lexic UI is terminated, all associated background processes should be terminated. Is there a reason why one needs a lexic-mode-process buffer btw? Is this the...
`*lexic: word*` Maybe even keep multiple around, one per search? Or is this not a good idea?
This helps a lot if one wants to find out where the configuration knobs are. I use this convention: * defcustom mypkg-var for variables which are supposed to be customized...
It is better style to define your own faces instead of hard coding font-lock. This allows themes to customize this. I would love to see special support in the modus-themes...
Is there a possibility to turn this off or to only scroll when the section wouldn't be visible otherwise?
### Thank you for the bug report - [X] I am using the latest version of `lsp-mode` related packages. - [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https://emacs-lsp.github.io/lsp-mode/page/troubleshooting/) sections - [X] You...
Check that everything is in sync.
Does it make sense to make the exptmod algorithms private, i.e., the mp_reduce* functions in 2.0? Are they useful by itself? Some of these functions look as if they are...