rommeswi
rommeswi
By default, Emacs 29 sets mode-line and mode-line-inactive fonts to have overlines and underlines. Powerline inherits these fonts and this can create rather ugly effects. In particular, any spaceline theme...
This is just a minor issue I have with saving copies of files since a while ago. I remember when first using spacemacs, I did not have this issue: Whenever...
Thank you for the excellent python layer. I noticed a minor issue: the bindings do not include a way to restart the shell conveniently. It would be natural to include...
When installing lean-mode from elpa, I get the following error: `In helm-lean-definitions: helm-lean.el:47:2: Warning: docstring has wrong usage of unescaped single quotes (use \= or different quoting)` This may cause...
If you use openai-completion-select-insert on a selected paragraph, then the response will be inserted after the following paragraph instead of directly after the paragraph. This happens because openai-completion-select-insert calls (forward-paragraph)...
I observed the following behavior on spacemacs in evil mode: When search+replacing with ":%s\test\bla\gc" the cursor moves to the bottom of the screen when moving through the search results. Desired...
### 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 - [ ]...
If I run Xournal++ and activate any of the button action settings (for example "draw selection"), already very lightly touching the button on the pen triggers the button press action...
I tried to write a custom serializer that does not serialize functions. Assuming returning None would avoid serialization, I tried: ``` def custom_serializer(key, value): if callable(value): # If value is...
## Problem Statement I frequently forget to "finish the day" in time. The next day I then come to a task list that contains a bunch of completed tasks from...