Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-01-22 | km/magit-update-or-auto-commit: Strip directory by default | Kyle Meyer | |
2024-01-22 | km/scratch-find-file: Don't hard code temp directory | Kyle Meyer | |
2024-01-22 | haskell: Replace obsolete turn-on-haskell-indentation | Kyle Meyer | |
2024-01-22 | bookmark: Replace obsolete bookmark-set-fringe-mark | Kyle Meyer | |
2024-01-22 | yasnippet: Don't set obsolete yas-fallback-behavior | Kyle Meyer | |
As of 0311fe2 (Use :filter instead of yas--fallback, 2017-01-08), this is obsolete. yas-expand now always behaves as it use to when yas-fallback-behavior was nil. | |||
2024-01-22 | Update completing-read require-match arg for Emacs 29 compatibility | Kyle Meyer | |
Several spots pass `require' to the REQUIRE-MATCH arg of magit-completing-read (and thus completing-read). That used to trigger the "anything else behaves like t behavior", as intended, but Emacs 29 (49e06183f59) gained special handling for function values. Rename the argument to non-nil/non-t symbol that doesn't collide with a known function name. | |||
2024-01-22 | org: Update for org-fold-* renames | Kyle Meyer | |
2024-01-22 | Drop redundant :defer | Kyle Meyer | |
use-package-always-defer is set to t upstream. | |||
2024-01-22 | notmuch: Drop autoload | Kyle Meyer | |
This may have been necessary at some point, but it's not any longer. | |||
2024-01-22 | Fix find-func library name | Kyle Meyer | |
2024-01-22 | snakemake: Update for snakemake-popup rename | Kyle Meyer | |
2024-01-22 | Drop most load-path modifications | Kyle Meyer | |
Leave this to be handled at an outer level, like all other packages. | |||
2024-01-21 | Drop customization for some packages | Kyle Meyer | |
I haven't used any of these in a while. | |||
2024-01-21 | python: Don't enable pyvenv-tracking-mode | Kyle Meyer | |
I'm not using this at the moment. | |||
2024-01-21 | Drop pydoc-related bits | Kyle Meyer | |
I haven't used this in a long time. | |||
2023-06-03 | km-mail: Fix comment typo | Kyle Meyer | |
2023-01-05 | projectile: Don't list submodule content | Kyle Meyer | |
2023-01-05 | org: Add command to copy plain file link | Kyle Meyer | |
2023-01-03 | theme: Drop use of modus-themes-org-agenda | Kyle Meyer | |
This variable was marked as obsolete in 4.0.0. | |||
2023-01-03 | theme: Use modus-themes-with-colors | Kyle Meyer | |
modus-themes-color is deprecated in v4.0.0. | |||
2023-01-03 | theme: Fix git-annex.el face overrides | Kyle Meyer | |
Use modus-themes-load-theme so that modus-themes-after-load-theme-hook is triggered, don't try to set face if it is not yet defined, and trigger modus-themes-after-load-theme-hook when git-annex.el loads. | |||
2023-01-03 | Use named function for setting custom faces | Kyle Meyer | |
2022-11-26 | km/external-map: Add binding for vterm | Kyle Meyer | |
2022-11-26 | notmuch: Add list.orgmode to mlarchive alist | Kyle Meyer | |
2022-11-26 | org: Point org-directory to new location | Kyle Meyer | |
2022-11-26 | org: Avoid hard-coding notes location in multiple places | Kyle Meyer | |
Use org-directory instead. | |||
2022-11-26 | org: Prune unused org-agenda-text-search-extra-files setting | Kyle Meyer | |
2022-11-26 | km/magit-update-or-auto-commit: Improve message for new file | Kyle Meyer | |
2022-11-26 | ledger-mode: Restore font lock | Kyle Meyer | |
Looks like Modus themes now cover this. | |||
2022-11-26 | ledger-mode: Add account/payee insertion commands | Kyle Meyer | |
I think this was to deal with fallout from updating to v4, but that was a while ago, and I didn't record details at the time. In any case, I use these commands regularly now. | |||
2022-11-26 | init.el: Configure denote | Kyle Meyer | |
2022-11-26 | Drop god-mode customization | Kyle Meyer | |
I haven't used god-mode in a long time. Free up the binding for denote. | |||
2022-11-26 | magit-log: Put km/magit-cherry-dwim under "Other" section | Kyle Meyer | |
It doesn't really belong in magit-log at all, but it definitely doesn't fit under the "Log" section. | |||
2022-11-26 | magit-diff: Use default reader for custom --diff-filter suffixes | Kyle Meyer | |
This errors with Wrong type argument: keymapp, transient--history It probably should have been updated with the Transient switch. (I'm a bit surprised it took this long for me to notice because I feel like I use --diff-filter somewhat regularly, but perhaps that's from the command line.) | |||
2022-11-26 | init.el: Update load-path for with-editor | Kyle Meyer | |
2022-11-26 | git: Ignore debbugs | Kyle Meyer | |
2022-11-26 | git: Ignore eln/cache/ | Kyle Meyer | |
2022-07-21 | km/magit-rev-ancestor-p: change unnecessary let* to let | Kyle Meyer | |
2022-07-20 | snakemake-mode: Drop snakemake-popup modification | Kyle Meyer | |
I switched Snakemake mode v2.0.0 over to using transient. I'm not using Snakemake much anymore, so just drop the logic rather than updating it to do a similar remapping for the new transient. | |||
2022-07-20 | browse-url: Use browse-url-handlers | Kyle Meyer | |
In Emacs 28, setting browse-url-browser-function to an alist was deprecated. | |||
2022-07-20 | bookmark: Don't set fringe mark | Kyle Meyer | |
New in Emacs 28. | |||
2022-07-20 | init.el: Add compat to load path | Kyle Meyer | |
This is a new Magit dependency. | |||
2022-07-20 | km/magit-rev-ancestor-p: Fix article in prompt and docstring | Kyle Meyer | |
2022-02-06 | Drop dates from copyright lines | Kyle Meyer | |
public-inbox has started to drop dates from its copyright lines, pointing to the recommendation at https://www.linuxfoundation.org/blog/copyright-notices-in-open-source-software-projects/ I regularly fail to keep copyright lines up to date, so I'll gladly follow suit. | |||
2022-01-15 | modus: Don't set modus-themes-diffs to fg-only | Kyle Meyer | |
It's gone with modus-themes 2.0.0. | |||
2022-01-15 | modus: Don't scale org-agenda header | Kyle Meyer | |
2022-01-15 | modus: Set some git-annex-dired-* faces | Kyle Meyer | |
I should eventually look into submitting a patch upstream. | |||
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. |