summaryrefslogtreecommitdiff
path: root/init.el
AgeCommit message (Collapse)Author
2020-12-12theme: Switch to modus-themesKyle Meyer
I've been using modus-operandi and modus-vivendi for a few months now. I think they're great.
2020-12-12Set transient-default-level to 7Kyle Meyer
2020-12-12Avoid setting shell-file-nameKyle Meyer
Looking at past commits, I think overriding this was just part of a now reverted (c21837be) attempt to get access aliases.
2020-12-12Drop configuration for org-contactsKyle Meyer
I haven't used this library in a long time.
2020-12-12Return org-confirm-babel-evaluate to defaultKyle Meyer
2020-09-01eww: Bind beginning-of-buffer to "."Kyle Meyer
2020-09-01eww-follow-link: Flip meaning of single and double prefix argKyle Meyer
2020-09-01Add tweaks for ol-git-link libraryKyle Meyer
2020-09-01magit: Add two custom patch commandsKyle Meyer
2020-09-01Set org-startup-folded to tKyle Meyer
The default has changed in v9.4.
2020-09-01Update copyright yearsKyle Meyer
2020-04-16magit: Reconcile branch transient keysKyle 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-16km-magit: Change name and default suffix of branch backup commandKyle 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-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-16Advise magit-log-merged to drop pathspecKyle Meyer
2020-04-16magit: Prune a now non-existent optionKyle Meyer
2020-04-16rst: Turn on Flyspell modeKyle 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-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