Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2018-12-09 | Specify magit-branch-adjust-remote-upstream-alist | Kyle Meyer | |
2018-12-09 | Load orgit by default | Kyle Meyer | |
2018-12-09 | Update advice for magit-merge rename | Kyle Meyer | |
2018-12-09 | km/cleanup-buffer: Make sure whitespace-mode is bound | Kyle Meyer | |
2018-12-09 | notmuch-show-mode-map: Bind km/notmuch-visit-url | Kyle Meyer | |
2018-12-09 | Update Magit dependencies | Kyle Meyer | |
2018-12-09 | git-commit-setup-hook: Add git-commit-turn-on-flyspell | Kyle Meyer | |
I should have done this in d83dd13 (Drop km/git-commit-turn-on-flyspell, 2018-08-25). | |||
2018-12-09 | Don't track org-agenda-custom-commands | Kyle Meyer | |
2018-12-09 | Set org-agenda-tags-column | Kyle Meyer | |
2018-12-09 | Avoid adding redundant remote-counts to magit-status-sections-hook | Kyle Meyer | |
In some scenarios, I've managed to get two km/magit-insert-remote-counts in magit-status-sections-hook. I don't see why that would be because I think :config should only run once. | |||
2018-12-09 | Add separate use-package section for magit-extras | Kyle Meyer | |
magit-extras isn't loaded with magit. | |||
2018-12-09 | Delete some infrequently used custom Magit commands | Kyle Meyer | |
I used many of these heavily at some point, but due to some combination of changes in my preferences/workflows and changes in Magit, I rarely use any of these now. | |||
2018-08-25 | Drop km/git-commit-turn-on-flyspell | Kyle Meyer | |
That predated Magit's 24c96608 (git-commit-turn-on-flyspell: avoid unnecessary work, 2017-12-03) and shouldn't be necessary now. | |||
2018-08-25 | smerge: Check that flycheck-mode is loaded before disabling | Kyle Meyer | |