summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-04-16magit: Update "jump to remote counts" binding for upstream changeKyle Meyer
The jumping functionality is contained in a transient as of 655950f4 (magit-status-jump: New command, 2019-12-18).
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-16Advise magit-log-merged to drop pathspecKyle Meyer
2020-04-16km/magit-branch-archive: Delay refresh until outside loopKyle Meyer
2020-04-16magit: Prune a now non-existent optionKyle Meyer
2020-04-16rst: Turn on Flyspell modeKyle 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-16notmuch: Add yhetil.org/orgmode public-inbox to known archivesKyle Meyer
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