summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-16notmuch: Add Git's public-inbox to known archivesKyle Meyer
2020-04-16org: Restore previous default value of org-fontify-done-headlineKyle Meyer
2020-04-16org: Update variable for name changeKyle Meyer
2020-04-16dired: Drop unused configurationKyle Meyer
2020-04-16helm-swoop: Change helm-swoop-pre-input-functionKyle Meyer
With an upgrade of helm (didn't note the version at the time, unfortunately), this triggered a type error.
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-10init: Don't try to remap prefix commandKyle Meyer
... because it won't work.
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
2019-10-10org-capture: Auto-stash in notmuch subjectsKyle Meyer
2019-10-10init: Drop option that no longer existsKyle Meyer
This should have been done with 797591e7 (magit: Update for transient branch merge, 2019-02-16).
2019-10-10Restore magit-branch-direct-configure to default valueKyle Meyer
Otherwise I don't think it's possible to configure a branch that isn't checked out.
2019-10-10theme: Make org-drawer inherit from org-special-keywordKyle Meyer
As of 876a4419d (Fontify drawers correctly., 2019-08-28), Org paints draws as intended, but I prefer the old appearance.
2019-08-10Use xdigit for sha1 regexpsKyle Meyer
2019-08-10notmuch-show-at-point: Allow surrounding bracketsKyle Meyer
I've hit into this a few times in the wild, particularly on lists that are archived with public-inbox.
2019-08-10km/magit-branch-archive: Show archive in process bufferKyle Meyer
2019-08-10km/magit-diff-visit-file: Disable magit-diff-visit-previous-blobKyle Meyer
At some point after this was added, Magit gained support for visiting REV^. My brain's used to this custom variant, so disable the new functionality rather than removing this variant.
2019-08-10Merge branch 'theme-update'Kyle Meyer
2019-08-10theme: TweakKyle Meyer
2019-08-10theme: Customize a few more Magit facesKyle Meyer
2019-08-10theme: Replace many values with closest fg- or bg- colorKyle Meyer
2019-08-10theme: Drop term customizationKyle Meyer
2019-08-10theme: Tweak diff colorsKyle Meyer
2019-08-10theme: Pull out and name some shared valuesKyle Meyer
2019-08-10theme: Avoid setting faces outside themeKyle Meyer
2019-08-10theme: Sort listKyle Meyer
2019-08-10Fix spots that pass variable strings as message's format-stringKyle Meyer
2019-08-10magit: Add command for doing fast-forward merge of push branchKyle Meyer
2019-08-10Move magit-push modifications to under correct packageKyle Meyer
These aren't related to anything in km-magit.el.
2019-06-27Drop unused magit-wip-* bindingsKyle Meyer
2019-06-27Use magit-wip-mode rather than after-save variantKyle Meyer
My main motivation for this is that the log transient conditions on the value of magit-wip-mode. I never had a strong reason to not use magit-wip-mode; it's just a bit more than I need.
2019-06-27magit: Update obsolete command nameKyle Meyer
2019-06-27util: Fix thinkoKyle Meyer
Don't move point while trying to determine the bounds.
2019-06-27notmuch: Try harder to find thread ID when showing treeKyle Meyer
In some cases, for example showing a message based on an ID, notmuch-show-thread-id is set to the message ID. This means that the context for the tree is restricted to the message. I find navigating such a tree inconvenient, so avoid this by getting the corresponding thread ID with 'notmuch search' if notmuch-show-thread-id doesn't look like a proper thread ID (i.e. "thread:*").
2019-05-05km/global-org-map: Add binding for org-clock-gotoKyle Meyer
2019-05-05Update for org-notmuch renameKyle Meyer
2019-05-05magit: Add command to copy branchKyle Meyer
2019-05-05km/magit-copy-commit-summary: Fix stale accessorKyle Meyer
2019-05-05Update for Magit's rework of buffer arguments (62d06e6)Kyle Meyer
2019-03-09km-magit: Rework rebase commands for git-rebase.el changesKyle Meyer
2019-03-07Tweak projectile configuration for upgradeKyle Meyer
Guix's projectile went from 0.14.0 to 2.0.0.
2019-02-23Update for magit-branch-popup-show-variables renameKyle Meyer
2019-02-16magit: Update for transient branch mergeKyle Meyer
I'm not incredibly confident that I performed a faithful conversion, but the things I've tested seem to be working. Keep the popup configuration around since I still use it for guix.el and snakemake.el.
2019-02-16Drop custom magit-wip-log{,-current} bindingsKyle Meyer
I don't use these much.
2019-02-16Drop km/magit-stash-edit-messageKyle Meyer
I haven't used this since I added it.
2019-02-16km/magit-branch-archive: Archive reflog as wellKyle Meyer
This is useful information to have. magit-branch-shelve already does this. (It's one of the callers of the magit--rename-reflog-file helper.) At some point I should probably just switch to using magit-branch-shelve, which didn't exist when I added km/magit-branch-archive. The main differences are that they use a different ref namespace, magit-branch-shelve has a nice counterpart command for restoring the branch, and km/magit-branch-archive supports multiple ref selections. I do use the multi-ref feature a good amount from the refs buffer, but that might be pretty particular to my workflow and not something that should be added to magit-branch-shelve.
2019-02-16magit: Update stale command nameKyle Meyer
I apparently don't use this much because that was renamed quite some time ago.