summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-12-24Drop use of sKyle Meyer
2020-12-24Drop use of dashKyle Meyer
2020-12-23Prune some infrequently used packagesKyle Meyer
2020-12-23Drop stale Magit dependenciesKyle Meyer
These haven't been needed since Magit's 51d562f0 (Remove some collaboration commands in favor of the Forge package, 2018-08-12).
2020-12-23Load modus-operandi on startupKyle Meyer
2020-12-12Disable magit-commit-show-diffKyle Meyer
It's a keybinding away when I want it.
2020-12-12sh-mode: Set shellcheck as flycheck checkerKyle Meyer
2020-12-12sh-mode: Enable flyspell-prog-modeKyle Meyer
2020-12-12notmuch: Use * for flaggedKyle Meyer
2020-12-12Restore magit-display-buffer-function defaultKyle Meyer
After using v1 for quite some time, I've tried the default again and have used it for many months now without switch back, so I guess I'll be sticking to it.
2020-12-12Switch to ivyKyle Meyer
I've tried it for a few months and quite happy with it.
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-12-12km/magit-patch-create-series: Fix cover letter regexpKyle Meyer
*blush*
2020-11-22km/magit-patch-create-series: Enable auto-fill-mode and flyspell-modeKyle Meyer
2020-11-18km/magit-patch-create-series: Add a comment about file argumentsKyle Meyer
2020-11-18km/magit-patch-create-series: Handle already-visited cover letterKyle Meyer
In the unlikely case that there's already a buffer visiting the cover letter, point may be beyond the subject.
2020-11-18km/magit-patch-create-series: Move an error closer to its originKyle Meyer
2020-11-18km/magit-patch-create-series: Fix cover letter regex for rerollsKyle Meyer
2020-09-01km/webjump-read-string: Try to catch message IDs tooKyle Meyer
... for feeding to public-inbox URLs.
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-01km/notmuch-show-at-point: Support region selectionKyle Meyer
2020-09-01km/notmuch-show-at-point: Drop pointless regexp groupKyle 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-16km/magit-toggle-remote-skip: Give visual feedbackKyle Meyer
2020-04-16km-magit: Add command to create dedicated log for a topic branchKyle Meyer
2020-04-16km/magit-show-commit-at-point: Recognize 'git describe' formatKyle Meyer
2020-04-16km/magit-copy-commit-summary: Strip trailing periodKyle Meyer
Trailing periods in commit message subjects are especially annoying when using the reference format within a paragraph.
2020-04-16km/magit-copy-commit-summary: Use git's new "reference" formatKyle Meyer
The format in km/magit-copy-commit-summary was based off of Git's convention, and Git v2.25 added a name for it.
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-16km/magit-branch-backup-current: Allow non-interactive suffix argKyle Meyer
This will make it easier to create commands for common ones.
2020-04-16km-magit: Add branch "set" archiving and deletionKyle Meyer
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-16km-magit: Add command for listing tags which contain a revisionKyle Meyer
2020-04-16km/magit-show-commit-at-point: Convert regexp to rxKyle Meyer
2020-04-16Advise magit-log-merged to drop pathspecKyle Meyer
2020-04-16km/magit-branch-archive: Delay refresh until outside loopKyle Meyer
2020-04-16magit: Prune a now non-existent optionKyle Meyer
2020-04-16rst: Turn on Flyspell modeKyle Meyer
2020-04-16theme: Tweak faces for rst levelsKyle Meyer
2020-04-16theme: Tweak magit-diff-revision-summaryKyle Meyer
2020-04-16km/gnus--gmane-link: Allow whitespace prefixKyle Meyer