Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-24 | Silence byte-compiler | Kyle Meyer | |
2020-12-24 | km-ess: Drop km/ess-insert-dplyr-pipe | Kyle Meyer | |
It uses variables that are now marked as obsolete, and I haven't used this in a while, so it's not worth updating until I need it. | |||
2020-12-24 | km/magit-copy-as-kill: Adjust for recent upstream change | Kyle Meyer | |
magit-copy-section-value gained an argument in 8e713d10 (magit-copy-section-value: Strip lines depending on sign of argument, 2020-12-21). | |||
2020-12-24 | km/magit-copy-as-kill: Cosmetics | Kyle Meyer | |
2020-12-24 | Fix km/magit-copy-{commit-message,hunk} | Kyle Meyer | |
2f209622 (km-magit: Don't use obsolete magit-section-when, 2018-12-09) botched the magit-section-when to magit-section-match conversion. Before that, I missed adjusting km/magit-copy-commit-message for the `message' to `commit-message' rename in cfed6f5b (Bind RET to magit-show-commit on commit messages in rev buffers, 2017-11-08). That I didn't notice until now is probably a sign I don't use these enough to keep them around. | |||
2020-12-24 | Replace `after' with `with-eval-after-load' | Kyle Meyer | |
2020-12-24 | Simplify autoloads generation | Kyle Meyer | |
Let package-generate-autoloads do the work. | |||
2020-12-24 | Makefile: Strip unused parts | Kyle Meyer | |
2020-12-24 | Drop use of s | Kyle Meyer | |
2020-12-24 | Drop use of dash | Kyle Meyer | |
2020-12-23 | Prune some infrequently used packages | Kyle Meyer | |
2020-12-23 | Drop stale Magit dependencies | Kyle 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-23 | Load modus-operandi on startup | Kyle Meyer | |
2020-12-12 | Disable magit-commit-show-diff | Kyle Meyer | |
It's a keybinding away when I want it. | |||
2020-12-12 | sh-mode: Set shellcheck as flycheck checker | Kyle Meyer | |
2020-12-12 | sh-mode: Enable flyspell-prog-mode | Kyle Meyer | |
2020-12-12 | notmuch: Use * for flagged | Kyle Meyer | |
2020-12-12 | Restore magit-display-buffer-function default | Kyle 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-12 | Switch to ivy | Kyle Meyer | |
I've tried it for a few months and quite happy with it. | |||
2020-12-12 | theme: Switch to modus-themes | Kyle Meyer | |
I've been using modus-operandi and modus-vivendi for a few months now. I think they're great. | |||
2020-12-12 | Set transient-default-level to 7 | Kyle Meyer | |
2020-12-12 | Avoid setting shell-file-name | Kyle Meyer | |
Looking at past commits, I think overriding this was just part of a now reverted (c21837be) attempt to get access aliases. | |||
2020-12-12 | Drop configuration for org-contacts | Kyle Meyer | |
I haven't used this library in a long time. | |||
2020-12-12 | Return org-confirm-babel-evaluate to default | Kyle Meyer | |
2020-12-12 | km/magit-patch-create-series: Fix cover letter regexp | Kyle Meyer | |
*blush* | |||
2020-11-22 | km/magit-patch-create-series: Enable auto-fill-mode and flyspell-mode | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Add a comment about file arguments | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Handle already-visited cover letter | Kyle Meyer | |
In the unlikely case that there's already a buffer visiting the cover letter, point may be beyond the subject. | |||
2020-11-18 | km/magit-patch-create-series: Move an error closer to its origin | Kyle Meyer | |
2020-11-18 | km/magit-patch-create-series: Fix cover letter regex for rerolls | Kyle Meyer | |
2020-09-01 | km/webjump-read-string: Try to catch message IDs too | Kyle Meyer | |
... for feeding to public-inbox URLs. | |||
2020-09-01 | eww: Bind beginning-of-buffer to "." | Kyle Meyer | |
2020-09-01 | eww-follow-link: Flip meaning of single and double prefix arg | Kyle Meyer | |
2020-09-01 | km/notmuch-show-at-point: Support region selection | Kyle Meyer | |
2020-09-01 | km/notmuch-show-at-point: Drop pointless regexp group | 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 | km/magit-toggle-remote-skip: Give visual feedback | Kyle Meyer | |
2020-04-16 | km-magit: Add command to create dedicated log for a topic branch | Kyle Meyer | |
2020-04-16 | km/magit-show-commit-at-point: Recognize 'git describe' format | Kyle Meyer | |
2020-04-16 | km/magit-copy-commit-summary: Strip trailing period | Kyle Meyer | |
Trailing periods in commit message subjects are especially annoying when using the reference format within a paragraph. | |||
2020-04-16 | km/magit-copy-commit-summary: Use git's new "reference" format | Kyle 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-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 | km/magit-branch-backup-current: Allow non-interactive suffix arg | Kyle Meyer | |
This will make it easier to create commands for common ones. | |||
2020-04-16 | km-magit: Add branch "set" archiving and deletion | Kyle Meyer | |
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 | km-magit: Add command for listing tags which contain a revision | Kyle Meyer | |