Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-04-16 | theme: Tweak faces for rst levels | Kyle Meyer | |
2020-04-16 | theme: Tweak magit-diff-revision-summary | Kyle Meyer | |
2020-04-16 | km/gnus--gmane-link: Allow whitespace prefix | Kyle Meyer | |
2020-04-16 | km/gnus--last-message-link: Rewrite regexp with rx | Kyle Meyer | |
2020-04-16 | notmuch: Add yhetil.org/orgmode public-inbox to known archives | Kyle Meyer | |
2020-04-16 | notmuch: Add Git's public-inbox to known archives | Kyle Meyer | |
2020-04-16 | org: Restore previous default value of org-fontify-done-headline | Kyle Meyer | |
2020-04-16 | org: Update variable for name change | Kyle Meyer | |
2020-04-16 | dired: Drop unused configuration | Kyle Meyer | |
2020-04-16 | helm-swoop: Change helm-swoop-pre-input-function | Kyle Meyer | |
With an upgrade of helm (didn't note the version at the time, unfortunately), this triggered a type error. | |||
2020-04-13 | Update URL values for repository move | Kyle Meyer | |
2019-10-10 | notmuch: Improve stashing of debbugs CC | Kyle Meyer | |
The CC value can have a tab, which the regexp doesn't handle. Instead rely on message-fetch-field. | |||
2019-10-10 | magit: Add command for configuring refs/pull/*/head fetch | Kyle Meyer | |
2019-10-10 | magit: Add "checkout detached" command | Kyle Meyer | |
2019-10-10 | init: Don't try to remap prefix command | Kyle Meyer | |
... because it won't work. | |||
2019-10-10 | magit: Add command for toggling skipFetchAll | Kyle Meyer | |
2019-10-10 | km/magit-github-url: Try origin URL if bug-reference URL is unset | Kyle Meyer | |
2019-10-10 | org-capture: Auto-stash in notmuch subjects | Kyle Meyer | |
2019-10-10 | init: Drop option that no longer exists | Kyle Meyer | |
This should have been done with 797591e7 (magit: Update for transient branch merge, 2019-02-16). | |||
2019-10-10 | Restore magit-branch-direct-configure to default value | Kyle Meyer | |
Otherwise I don't think it's possible to configure a branch that isn't checked out. | |||
2019-10-10 | theme: Make org-drawer inherit from org-special-keyword | Kyle Meyer | |
As of 876a4419d (Fontify drawers correctly., 2019-08-28), Org paints draws as intended, but I prefer the old appearance. | |||
2019-08-10 | Use xdigit for sha1 regexps | Kyle Meyer | |
2019-08-10 | notmuch-show-at-point: Allow surrounding brackets | Kyle Meyer | |
I've hit into this a few times in the wild, particularly on lists that are archived with public-inbox. | |||
2019-08-10 | km/magit-branch-archive: Show archive in process buffer | Kyle Meyer | |
2019-08-10 | km/magit-diff-visit-file: Disable magit-diff-visit-previous-blob | Kyle 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-10 | Merge branch 'theme-update' | Kyle Meyer | |
2019-08-10 | theme: Tweak | Kyle Meyer | |
2019-08-10 | theme: Customize a few more Magit faces | Kyle Meyer | |
2019-08-10 | theme: Replace many values with closest fg- or bg- color | Kyle Meyer | |
2019-08-10 | theme: Drop term customization | Kyle Meyer | |
2019-08-10 | theme: Tweak diff colors | Kyle Meyer | |
2019-08-10 | theme: Pull out and name some shared values | Kyle Meyer | |
2019-08-10 | theme: Avoid setting faces outside theme | Kyle Meyer | |
2019-08-10 | theme: Sort list | Kyle Meyer | |
2019-08-10 | Fix spots that pass variable strings as message's format-string | Kyle Meyer | |
2019-08-10 | magit: Add command for doing fast-forward merge of push branch | Kyle Meyer | |
2019-08-10 | Move magit-push modifications to under correct package | Kyle Meyer | |
These aren't related to anything in km-magit.el. | |||
2019-06-27 | Drop unused magit-wip-* bindings | Kyle Meyer | |
2019-06-27 | Use magit-wip-mode rather than after-save variant | Kyle 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-27 | magit: Update obsolete command name | Kyle Meyer | |
2019-06-27 | util: Fix thinko | Kyle Meyer | |
Don't move point while trying to determine the bounds. | |||
2019-06-27 | notmuch: Try harder to find thread ID when showing tree | Kyle 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-05 | km/global-org-map: Add binding for org-clock-goto | Kyle Meyer | |
2019-05-05 | Update for org-notmuch rename | Kyle Meyer | |
2019-05-05 | magit: Add command to copy branch | Kyle Meyer | |
2019-05-05 | km/magit-copy-commit-summary: Fix stale accessor | Kyle Meyer | |
2019-05-05 | Update for Magit's rework of buffer arguments (62d06e6) | Kyle Meyer | |
2019-03-09 | km-magit: Rework rebase commands for git-rebase.el changes | Kyle Meyer | |
2019-03-07 | Tweak projectile configuration for upgrade | Kyle Meyer | |
Guix's projectile went from 0.14.0 to 2.0.0. | |||
2019-02-23 | Update for magit-branch-popup-show-variables rename | Kyle Meyer | |