Daniel Kraus
Daniel Kraus
Calling (org-store-link) in a normal buffer stores the link to the help buffer. Would be nice if helpful would support this too.
When I lookup one of "my own" functions, then helpful shows the source as 'defined in init.el' which is ok and already helpful but in reality I have an org...
This just fixes some linter and compilation warnings I got. Adds a proper header and package info, and declares variables before they're read in other functions (i3-client, i3-msg-spec). I don't...
See https://github.com/timothycrosley/isort#adding-an-import-to-multiple-files Quite often I'm somewhere scrolled down in the code and I need to import something. With those functions you can stay in your current position and easily add...
While until July 2021 [0], you had to use `mu4e-view-use-gnus` to activate the gnus view. This variable is now obsolete and the gnus view is the default. If you explicitly...
We already depend on `forge` which comes with a helper function to generate uuid's. Better use this instead of needing an extra package. (I created this PR on top of...
When you select a region in a file that's supported by the GitHub markup library, the content is rendered as HTML and doesn't have line numbers to jump to. If...
This would let you store your password alongside your other passwords ;) You can easily receive them from elisp with `auth-source-user-and-password`. I guess many people even already have a github...
I like `smerge` better than `ediff` as it's easier and most of the time enough. Magit has smerge as default as well.