Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-15 | snippets: Add mktemp snippet | Kyle Meyer | |
2022-01-15 | notmuch-search-oldest-first: Set with setq-default | Kyle Meyer | |
Needed as of Notmuch's 42d32713 (emacs: define a few variables as automatically buffer-local, 2021-01-15). | |||
2022-01-15 | km/magit-patch-create-series: Allow base override | Kyle Meyer | |
I sometimes want to use an outdated base. | |||
2021-06-12 | Drop narrow-indirect bindings | Kyle Meyer | |
I haven't used these commands in a long time. | |||
2021-06-12 | Avoid some now obsolete things | Kyle Meyer | |
2021-06-12 | init.el: Fix typo in library name | Kyle Meyer | |
2021-06-12 | ess: Remove km/ess-insert-dplyr-pipe binding | Kyle Meyer | |
I deleted this command in 5b772742 (km-ess: Drop km/ess-insert-dplyr-pipe, 2020-12-24). | |||
2021-06-12 | notmuch: Set mail-user-agent | Kyle Meyer | |
See https://yhetil.org/notmuch/20210513232807.1727569-1-david@tethera.net | |||
2021-06-12 | notmuch: Update for notmuch-tree-close-message-pane-and removal | Kyle Meyer | |
See adfded9e (emacs: avoid binding unnamed commands in keymaps, 2020-12-06). | |||
2021-06-12 | magit: Add commands to dump diff or patch to a buffer | Kyle Meyer | |
2021-06-12 | km/magit-patch-create-series: Visit single patch | Kyle Meyer | |
If km/magit-patch-create-series, then I want to edit the file. | |||
2021-06-12 | Enable flyspell-prog-mode even if flyspell hasn't been loaded yet | Kyle Meyer | |
2021-06-12 | Use message mode for .eml files | Kyle Meyer | |
2021-06-12 | browse-url: Send some urls to EWW | Kyle Meyer | |
2021-06-12 | browse-url: Simplify browser setting | Kyle Meyer | |
2021-06-12 | recentf: Don't activate mode | Kyle Meyer | |
It's just for the menu, which I don't use. | |||
2021-06-12 | org: Update command name | Kyle Meyer | |
2021-06-12 | org: Drop binding for deleted command | Kyle Meyer | |
I removed this command in 2583d4f2 (agenda: Restructure notes directory, 2018-12-09). | |||
2021-06-11 | org: Modify org-speed-commands instead of org-speed-commands-user | Kyle Meyer | |
See d48276b89 (Replace `org-speed-commands-user' by `org-speed-commands', 2021-05-03). | |||
2021-06-11 | org: Add command for finding/creating datetree for today | Kyle Meyer | |
2021-06-11 | Enable org-id | Kyle Meyer | |
2021-06-11 | org: Require recentf | Kyle Meyer | |
Haven't investigated, but started getting error about void recentf-add-file. | |||
2021-06-11 | org-agenda: Use other window and pop to existing | Kyle Meyer | |
2021-06-11 | org: Update for contrib/ move | Kyle Meyer | |
2021-02-06 | Don't use executable-make-buffer-file-executable-if-script-p | Kyle Meyer | |
2021-02-06 | km/magit-patch-create-series: Improve subject regexp | Kyle Meyer | |
Noticed this for a series generated with --rfc. | |||
2021-02-06 | km-org-agenda: Fix indentation | Kyle Meyer | |
2021-01-29 | Return magit-wip-merge-branch to default | Kyle Meyer | |
2021-01-29 | snippets: Switch to plain pdb | Kyle Meyer | |
2021-01-29 | Entirely disable vc | Kyle Meyer | |
2021-01-29 | Prefer string-suffix-p to string-match-p | Kyle Meyer | |
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 | 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 | |