summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2021-06-12magit: Add commands to dump diff or patch to a bufferKyle Meyer
2021-06-12km/magit-patch-create-series: Visit single patchKyle Meyer
If km/magit-patch-create-series, then I want to edit the file.
2021-06-11org: Add command for finding/creating datetree for todayKyle Meyer
2021-06-11org-agenda: Use other window and pop to existingKyle Meyer
2021-02-06km/magit-patch-create-series: Improve subject regexpKyle Meyer
Noticed this for a series generated with --rfc.
2021-02-06km-org-agenda: Fix indentationKyle Meyer
2021-01-29Prefer string-suffix-p to string-match-pKyle Meyer
2020-12-24Silence byte-compilerKyle Meyer
2020-12-24km-ess: Drop km/ess-insert-dplyr-pipeKyle 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-24km/magit-copy-as-kill: Adjust for recent upstream changeKyle 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-24km/magit-copy-as-kill: CosmeticsKyle Meyer
2020-12-24Fix 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-24Replace `after' with `with-eval-after-load'Kyle Meyer
2020-12-24Drop use of sKyle Meyer
2020-12-24Drop use of dashKyle Meyer
2020-12-12Switch to ivyKyle Meyer
I've tried it for a few months and quite happy with it.
2020-12-12theme: Switch to modus-themesKyle Meyer
I've been using modus-operandi and modus-vivendi for a few months now. I think they're great.
2020-12-12km/magit-patch-create-series: Fix cover letter regexpKyle Meyer
*blush*
2020-11-22km/magit-patch-create-series: Enable auto-fill-mode and flyspell-modeKyle Meyer
2020-11-18km/magit-patch-create-series: Add a comment about file argumentsKyle Meyer
2020-11-18km/magit-patch-create-series: Handle already-visited cover letterKyle Meyer
In the unlikely case that there's already a buffer visiting the cover letter, point may be beyond the subject.
2020-11-18km/magit-patch-create-series: Move an error closer to its originKyle Meyer
2020-11-18km/magit-patch-create-series: Fix cover letter regex for rerollsKyle Meyer
2020-09-01km/webjump-read-string: Try to catch message IDs tooKyle Meyer
... for feeding to public-inbox URLs.
2020-09-01km/notmuch-show-at-point: Support region selectionKyle Meyer
2020-09-01km/notmuch-show-at-point: Drop pointless regexp groupKyle Meyer
2020-09-01Add tweaks for ol-git-link libraryKyle Meyer
2020-09-01magit: Add two custom patch commandsKyle Meyer
2020-09-01Update copyright yearsKyle Meyer
2020-04-16km/magit-toggle-remote-skip: Give visual feedbackKyle Meyer
2020-04-16km-magit: Add command to create dedicated log for a topic branchKyle Meyer
2020-04-16km/magit-show-commit-at-point: Recognize 'git describe' formatKyle Meyer
2020-04-16km/magit-copy-commit-summary: Strip trailing periodKyle Meyer
Trailing periods in commit message subjects are especially annoying when using the reference format within a paragraph.
2020-04-16km/magit-copy-commit-summary: Use git's new "reference" formatKyle Meyer
The format in km/magit-copy-commit-summary was based off of Git's convention, and Git v2.25 added a name for it.
2020-04-16km-magit: Change name and default suffix of branch backup commandKyle Meyer
I've been using "__vN" to record published versions of branches and "__cpN" for making "check points" of a branch when I'm in a state that I might want to look back on or reset to (e.g., because I'm going to do an involved, multi-step rewrite). I tend to use "__cp" a lot more, so make it the default.
2020-04-16km/magit-branch-backup-current: Allow non-interactive suffix argKyle Meyer
This will make it easier to create commands for common ones.
2020-04-16km-magit: Add branch "set" archiving and deletionKyle Meyer
2020-04-16km-magit: Add command for listing tags which contain a revisionKyle Meyer
2020-04-16km/magit-show-commit-at-point: Convert regexp to rxKyle Meyer
2020-04-16km/magit-branch-archive: Delay refresh until outside loopKyle Meyer
2020-04-16theme: Tweak faces for rst levelsKyle Meyer
2020-04-16theme: Tweak magit-diff-revision-summaryKyle Meyer
2020-04-16km/gnus--gmane-link: Allow whitespace prefixKyle Meyer
2020-04-16km/gnus--last-message-link: Rewrite regexp with rxKyle Meyer
2020-04-13Update URL values for repository moveKyle Meyer
2019-10-10notmuch: Improve stashing of debbugs CCKyle Meyer
The CC value can have a tab, which the regexp doesn't handle. Instead rely on message-fetch-field.
2019-10-10magit: Add command for configuring refs/pull/*/head fetchKyle Meyer
2019-10-10magit: Add "checkout detached" commandKyle Meyer
2019-10-10magit: Add command for toggling skipFetchAllKyle Meyer
2019-10-10km/magit-github-url: Try origin URL if bug-reference URL is unsetKyle Meyer