summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-12notmuch: Update for notmuch-tree-close-message-pane-and removalKyle Meyer
See adfded9e (emacs: avoid binding unnamed commands in keymaps, 2020-12-06).
2021-06-12magit: Add commands to dump diff or patch to a bufferKyle Meyer
2021-06-12km/magit-patch-create-series: Visit single patchKyle Meyer
If km/magit-patch-create-series, then I want to edit the file.
2021-06-12Enable flyspell-prog-mode even if flyspell hasn't been loaded yetKyle Meyer
2021-06-12Use message mode for .eml filesKyle Meyer
2021-06-12browse-url: Send some urls to EWWKyle Meyer
2021-06-12browse-url: Simplify browser settingKyle Meyer
2021-06-12recentf: Don't activate modeKyle Meyer
It's just for the menu, which I don't use.
2021-06-12org: Update command nameKyle Meyer
2021-06-12org: Drop binding for deleted commandKyle Meyer
I removed this command in 2583d4f2 (agenda: Restructure notes directory, 2018-12-09).
2021-06-11org: Modify org-speed-commands instead of org-speed-commands-userKyle Meyer
See d48276b89 (Replace `org-speed-commands-user' by `org-speed-commands', 2021-05-03).
2021-06-11org: Add command for finding/creating datetree for todayKyle Meyer
2021-06-11Enable org-idKyle Meyer
2021-06-11org: Require recentfKyle Meyer
Haven't investigated, but started getting error about void recentf-add-file.
2021-06-11org-agenda: Use other window and pop to existingKyle Meyer
2021-06-11org: Update for contrib/ moveKyle Meyer
2021-02-06Don't use executable-make-buffer-file-executable-if-script-pKyle Meyer
2021-02-06km/magit-patch-create-series: Improve subject regexpKyle Meyer
Noticed this for a series generated with --rfc.
2021-02-06km-org-agenda: Fix indentationKyle Meyer
2021-01-29Return magit-wip-merge-branch to defaultKyle Meyer
2021-01-29snippets: Switch to plain pdbKyle Meyer
2021-01-29Entirely disable vcKyle Meyer
2021-01-29Prefer string-suffix-p to string-match-pKyle Meyer
2020-12-24yasnippet: Don't add guix profile pathKyle 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-24magit-no-confirm: Add set-and-pushKyle Meyer
This is new in Magit's 300ad559 (Optionally confirm setting and pushing to upstream or push-target, 2020-12-21).
2020-12-24Silence byte-compilerKyle Meyer
2020-12-24km-ess: Drop km/ess-insert-dplyr-pipeKyle 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-24km/magit-copy-as-kill: Adjust for recent upstream changeKyle 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-24km/magit-copy-as-kill: CosmeticsKyle Meyer
2020-12-24Fix 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-24Replace `after' with `with-eval-after-load'Kyle Meyer
2020-12-24Simplify autoloads generationKyle Meyer
Let package-generate-autoloads do the work.
2020-12-24Makefile: Strip unused partsKyle Meyer
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*