Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-09-01 | eww-follow-link: Flip meaning of single and double prefix arg | 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 | Set org-startup-folded to t | Kyle Meyer | |
The default has changed in v9.4. | |||
2020-09-01 | Update copyright years | Kyle Meyer | |
2020-04-16 | magit: Reconcile branch transient keys | Kyle Meyer | |
My branch popup has a good number of key changes and custom commands. Things got in a pretty bad state with the Transient switch. Try to fix that. | |||
2020-04-16 | km-magit: Change name and default suffix of branch backup command | Kyle 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-16 | magit: Update "jump to remote counts" binding for upstream change | Kyle Meyer | |
The jumping functionality is contained in a transient as of 655950f4 (magit-status-jump: New command, 2019-12-18). | |||
2020-04-16 | Advise magit-log-merged to drop pathspec | Kyle Meyer | |
2020-04-16 | magit: Prune a now non-existent option | Kyle Meyer | |
2020-04-16 | rst: Turn on Flyspell mode | 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 | init: Don't try to remap prefix command | Kyle Meyer | |
... because it won't work. | |||
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-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-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 | Update for Magit's rework of buffer arguments (62d06e6) | 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 | |
2019-02-16 | magit: Update for transient branch merge | Kyle 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-16 | Drop custom magit-wip-log{,-current} bindings | Kyle Meyer | |
I don't use these much. | |||
2019-02-16 | Drop km/magit-stash-edit-message | Kyle Meyer | |
I haven't used this since I added it. | |||
2019-02-16 | magit: Update stale command name | Kyle Meyer | |
I apparently don't use this much because that was renamed quite some time ago. | |||
2019-02-15 | init: Drop now unused pkgbuild-mode | Kyle Meyer | |
2019-02-15 | magit: Enable bug-reference-mode in logs | Kyle Meyer | |
... for refs/pull/NN refs. | |||
2019-02-15 | scheme: Prefer tags for finding definitions | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2019-01-15 | notmuch: Mark drafts as read | Kyle Meyer | |
2019-01-15 | magit: Don't set --output-directory | Kyle Meyer | |
2019-01-15 | Update copyright years | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2018-12-09 | Don't track org-capture-templates | Kyle Meyer | |
2018-12-09 | org: Don't truncate subject when creating email link descriptions | Kyle Meyer | |
2018-12-09 | agenda: Restructure notes directory | Kyle Meyer | |
Set org-agenda-files to a file with a list of agenda files rather than setting org-agenda-files to a directory with symlinked org files. | |||
2018-12-09 | Set magit-remote-add-set-remote.pushDefault to nil | Kyle Meyer | |
2018-12-09 | magit: Disable recently added section indicators | Kyle Meyer | |