Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-12-24 | yasnippet: Don't add guix profile path | Kyle Meyer | |
This location isn't used as of Guix's 2e9b7a207d (gnu: emacs-yasnippet-snippets: Resolve void function error, 2020-12-03) and explicitly adjusting yas-snippet-dirs is no longer needed. | |||
2020-12-24 | magit-no-confirm: Add set-and-push | Kyle Meyer | |
This is new in Magit's 300ad559 (Optionally confirm setting and pushing to upstream or push-target, 2020-12-21). | |||
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 | 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-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 | 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 | 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 | 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 | Advise magit-log-merged to drop pathspec | Kyle Meyer | |
2020-04-16 | magit: Prune a now non-existent option | Kyle Meyer | |
2020-04-16 | rst: Turn on Flyspell mode | Kyle Meyer | |
2020-04-16 | notmuch: Add yhetil.org/orgmode public-inbox to known archives | Kyle Meyer | |
2020-04-16 | notmuch: Add Git's public-inbox to known archives | Kyle Meyer | |
2020-04-16 | org: Restore previous default value of org-fontify-done-headline | Kyle Meyer | |
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 | |