summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
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-10init: Don't try to remap prefix commandKyle Meyer
... because it won't work.
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-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-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-05Update for Magit's rework of buffer arguments (62d06e6)Kyle 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-16magit: Update stale command nameKyle Meyer
I apparently don't use this much because that was renamed quite some time ago.
2019-02-15init: Drop now unused pkgbuild-modeKyle Meyer
2019-02-15magit: Enable bug-reference-mode in logsKyle Meyer
... for refs/pull/NN refs.
2019-02-15scheme: Prefer tags for finding definitionsKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2019-01-15notmuch: Mark drafts as readKyle Meyer
2019-01-15magit: Don't set --output-directoryKyle Meyer
2019-01-15Update copyright yearsKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2018-12-09Don't track org-capture-templatesKyle Meyer
2018-12-09org: Don't truncate subject when creating email link descriptionsKyle Meyer
2018-12-09agenda: Restructure notes directoryKyle 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-09Set magit-remote-add-set-remote.pushDefault to nilKyle Meyer
2018-12-09magit: Disable recently added section indicatorsKyle Meyer
2018-12-09Specify magit-branch-adjust-remote-upstream-alistKyle Meyer
2018-12-09Load orgit by defaultKyle Meyer
2018-12-09Update advice for magit-merge renameKyle Meyer
2018-12-09km/cleanup-buffer: Make sure whitespace-mode is boundKyle Meyer
2018-12-09notmuch-show-mode-map: Bind km/notmuch-visit-urlKyle Meyer
2018-12-09Update Magit dependenciesKyle Meyer
2018-12-09git-commit-setup-hook: Add git-commit-turn-on-flyspellKyle Meyer
I should have done this in d83dd13 (Drop km/git-commit-turn-on-flyspell, 2018-08-25).
2018-12-09Don't track org-agenda-custom-commandsKyle Meyer
2018-12-09Set org-agenda-tags-columnKyle Meyer
2018-12-09Avoid adding redundant remote-counts to magit-status-sections-hookKyle 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-09Add separate use-package section for magit-extrasKyle Meyer
magit-extras isn't loaded with magit.
2018-12-09Delete some infrequently used custom Magit commandsKyle 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-25Drop km/git-commit-turn-on-flyspellKyle 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-25smerge: Check that flycheck-mode is loaded before disablingKyle Meyer
2018-08-25Revert "Set notmuch-wash-wrap-lines-length"Kyle Meyer
This reverts commit 2fce8e5e85f754b12f5b72273541c2aeb4eb5bdd. I'm getting annoyed with patch lines being wrapped. Now I'll be annoyed with other emails that don't fill their text, but that's easier to deal with because I can just adjust my window size.