Daniel Hubmann
Daniel Hubmann
Thx for your package. Used to use a hackish solution before. What I'm missing from my solutions is to be able to customize the separator between the column headings. In...
[Org-map-entries](https://orgmode.org/manual/Using-the-mapping-API.html) has a scope argument that determines the scope of the command. It supports the following values among others: ```text tree The subtree started with the entry at point region...
Remark: Can't test this unless Windows 10 supports WSLg as unfortunately upgrading to Windows 11 would make Office 2013 not work anymore :-( Once WSLg (https://github.com/microsoft/wslg) is available, there is...
The WSL Git Credential Manager [doesn't support](https://learn.microsoft.com/en-us/windows/wsl/tutorials/wsl-git#git-with-ssh) SSH remotes. `ssh-ident` can be uses as a simple way for using SSH with a credential manager. `ssh-ident` starts the SSH agent for...
Is it somehow possible to not restore point in buffers when restoring a window configuration with `burly-open-bookmark`? When working on a project, I restore the window configuration with `burly-open-bookmark`. Since...
Is it possible to add `completion-at-point` support for plantuml? Or is this already implemented and I was just not able to get it working? Looks like this should work, not...
### Description The formatter shouldn't replaces multiple spaces with a single space inside strings enclosed with quotations marks. ### Snippet before formatting ```autohotkey string_with_multiple_spaces := " " string_with_multiple_spaces_2 := "...