Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-22 | denote: Add custom denote-add-frontmatter variant | Kyle Meyer | |
I often have a file that already has a title and keywords and just want to insert matching front matter. denote-add-frontmatter isn't well suited for this case because it prompts for the title and keywords. | |||
2024-01-22 | Add command to open a file with Denote-style naming | Kyle Meyer | |
2024-01-22 | km/magit-github-diff-link: Dereference to commit | Kyle Meyer | |
Giving tag OID won't work on GitHub. | |||
2024-01-22 | km/magit-insert-staged-file: Strip directory by default | Kyle Meyer | |
2024-01-22 | km/magit-update-or-auto-commit: Strip directory by default | Kyle Meyer | |
2024-01-22 | km/scratch-find-file: Don't hard code temp directory | Kyle Meyer | |
2024-01-22 | Update completing-read require-match arg for Emacs 29 compatibility | Kyle Meyer | |
Several spots pass `require' to the REQUIRE-MATCH arg of magit-completing-read (and thus completing-read). That used to trigger the "anything else behaves like t behavior", as intended, but Emacs 29 (49e06183f59) gained special handling for function values. Rename the argument to non-nil/non-t symbol that doesn't collide with a known function name. | |||
2024-01-21 | Drop pydoc-related bits | Kyle Meyer | |
I haven't used this in a long time. | |||
2023-06-03 | km-mail: Fix comment typo | Kyle Meyer | |
2023-01-05 | org: Add command to copy plain file link | Kyle Meyer | |
2022-11-26 | org: Avoid hard-coding notes location in multiple places | Kyle Meyer | |
Use org-directory instead. | |||
2022-11-26 | km/magit-update-or-auto-commit: Improve message for new file | Kyle Meyer | |
2022-11-26 | Drop god-mode customization | Kyle Meyer | |
I haven't used god-mode in a long time. Free up the binding for denote. | |||
2022-07-21 | km/magit-rev-ancestor-p: change unnecessary let* to let | Kyle Meyer | |
2022-07-20 | km/magit-rev-ancestor-p: Fix article in prompt and docstring | Kyle Meyer | |
2022-02-06 | Drop dates from copyright lines | Kyle Meyer | |
public-inbox has started to drop dates from its copyright lines, pointing to the recommendation at https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ I regularly fail to keep copyright lines up to date, so I'll gladly follow suit. | |||
2022-01-15 | km/magit-patch-create-series: Allow base override | Kyle Meyer | |
I sometimes want to use an outdated base. | |||
2021-06-12 | Avoid some now obsolete things | Kyle Meyer | |
2021-06-12 | magit: Add commands to dump diff or patch to a buffer | Kyle Meyer | |
2021-06-12 | km/magit-patch-create-series: Visit single patch | Kyle Meyer | |
If km/magit-patch-create-series, then I want to edit the file. | |||
2021-06-11 | org: Add command for finding/creating datetree for today | Kyle Meyer | |
2021-06-11 | org-agenda: Use other window and pop to existing | Kyle Meyer | |
2021-02-06 | km/magit-patch-create-series: Improve subject regexp | Kyle Meyer | |
Noticed this for a series generated with --rfc. | |||
2021-02-06 | km-org-agenda: Fix indentation | Kyle Meyer | |
2021-01-29 | Prefer string-suffix-p to string-match-p | Kyle Meyer | |
2020-12-24 | Silence byte-compiler | Kyle Meyer | |
2020-12-24 | km-ess: Drop km/ess-insert-dplyr-pipe | Kyle Meyer | |
It uses variables that are now marked as obsolete, and I haven't used this in a while, so it's not worth updating until I need it. | |||
2020-12-24 | km/magit-copy-as-kill: Adjust for recent upstream change | Kyle Meyer | |
magit-copy-section-value gained an argument in 8e713d10 (magit-copy-section-value: Strip lines depending on sign of argument, 2020-12-21). | |||
2020-12-24 | km/magit-copy-as-kill: Cosmetics | Kyle Meyer | |
2020-12-24 | Fix km/magit-copy-{commit-message,hunk} | Kyle Meyer | |
2f209622 (km-magit: Don't use obsolete magit-section-when, 2018-12-09) botched the magit-section-when to magit-section-match conversion. Before that, I missed adjusting km/magit-copy-commit-message for the `message' to `commit-message' rename in cfed6f5b (Bind RET to magit-show-commit on commit messages in rev buffers, 2017-11-08). That I didn't notice until now is probably a sign I don't use these enough to keep them around. | |||
2020-12-24 | Replace `after' with `with-eval-after-load' | Kyle Meyer | |
2020-12-24 | Drop use of s | Kyle Meyer | |
2020-12-24 | Drop use of dash | Kyle Meyer | |
2020-12-12 | Switch to ivy | Kyle Meyer | |
I've tried it for a few months and quite happy with it. | |||
2020-12-12 | theme: Switch to modus-themes | Kyle Meyer | |
I've been using modus-operandi and modus-vivendi for a few months now. I think they're great. | |||
2020-12-12 | km/magit-patch-create-series: Fix cover letter regexp | Kyle Meyer | |
*blush* | |||
2020-11-22 | km/magit-patch-create-series: Enable auto-fill-mode and flyspell-mode | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Add a comment about file arguments | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Handle already-visited cover letter | Kyle Meyer | |
In the unlikely case that there's already a buffer visiting the cover letter, point may be beyond the subject. | |||
2020-11-18 | km/magit-patch-create-series: Move an error closer to its origin | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Fix cover letter regex for rerolls | Kyle Meyer | |
2020-09-01 | km/webjump-read-string: Try to catch message IDs too | Kyle Meyer | |
... for feeding to public-inbox URLs. | |||
2020-09-01 | km/notmuch-show-at-point: Support region selection | Kyle Meyer | |
2020-09-01 | km/notmuch-show-at-point: Drop pointless regexp group | Kyle Meyer | |
2020-09-01 | Add tweaks for ol-git-link library | Kyle Meyer | |
2020-09-01 | magit: Add two custom patch commands | Kyle Meyer | |
2020-09-01 | Update copyright years | Kyle Meyer | |
2020-04-16 | km/magit-toggle-remote-skip: Give visual feedback | Kyle Meyer | |
2020-04-16 | km-magit: Add command to create dedicated log for a topic branch | Kyle Meyer | |
2020-04-16 | km/magit-show-commit-at-point: Recognize 'git describe' format | Kyle Meyer | |