Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-01-15 | Update an org-set-tags call for upstream changes | Kyle Meyer | |
This function has only one argument as of 4d152b994 (Rewrite tags setting functions, 2018-04-20). Guess I'm not using this command very often :/ | |||
2019-01-15 | Update copyright years | Kyle Meyer | |
2019-01-15 | Update repo URL in file headers | Kyle Meyer | |
2019-01-15 | km-outline.el: Correct file name in header | Kyle Meyer | |
2018-12-09 | Add disable-autofill command | Kyle Meyer | |
2018-12-09 | agenda: Restructure notes directory | Kyle Meyer | |
Set org-agenda-files to a file with a list of agenda files rather than setting org-agenda-files to a directory with symlinked org files. | |||
2018-12-09 | km/magit-show-commit-at-point: Tighten hash regexp | Kyle Meyer | |
The main motivation is to make this work with hexshas surrounded by `. | |||
2018-12-09 | km/magit-branch-backup-current: Tweak prefix meaning | Kyle Meyer | |
2018-12-09 | km/magit-branch-backup-current: Quote branch name within regexp | Kyle Meyer | |
2018-12-09 | mail: Loosen github url regexp | Kyle Meyer | |
... so that it also matches the text in the "push" emails. | |||
2018-12-09 | mail: Generalize "visit URL" command | Kyle Meyer | |
2018-12-09 | km-magit: Don't use obsolete magit-section-when | Kyle Meyer | |
2018-12-09 | km/magit-refs-toggle-tags: Don't implement with add-hook's LOCAL | Kyle Meyer | |
Magit will warn about an inappropriate value when the hook has a non-function value. Instead, use the same approach used by km/magit-cherry-toggle-upstream-section. | |||
2018-12-09 | km/magit-log-dwim: Consider active region | Kyle Meyer | |
2018-12-09 | Delete some infrequently used custom Magit commands | Kyle Meyer | |
I used many of these heavily at some point, but due to some combination of changes in my preferences/workflows and changes in Magit, I rarely use any of these now. | |||
2018-08-31 | Tighten km/project-filename-at-point check | Kyle Meyer | |
(thing-at-point 'filename) will return all sorts of text as filenames. | |||
2018-08-25 | Drop km/git-commit-turn-on-flyspell | Kyle Meyer | |
That predated Magit's 24c96608 (git-commit-turn-on-flyspell: avoid unnecessary work, 2017-12-03) and shouldn't be necessary now. | |||
2018-08-17 | Add mode to override xref-find-definitions with helm-etags-select | Kyle Meyer | |
2018-08-17 | magit: Add custom magit-log-current variant | Kyle Meyer | |
2018-08-04 | Add km/magit-log-occurrence command | Kyle Meyer | |
2018-08-04 | Autoload km/magit-status | Kyle Meyer | |
2018-08-03 | notmuch-show-pr-in-magit: Pass default log arguments | Kyle Meyer | |
2018-07-30 | Tweak and simplify km/magit-rev-ancestor-p | Kyle Meyer | |
Don't assume that the question of interest is usually whether the revision at point is the descendant. | |||
2018-07-07 | theme: Change org-agenda-clocking face | Kyle Meyer | |
2018-07-01 | Update hyrdra-smerge for renamed commands | Kyle Meyer | |
The previous names are obsolete as of Emacs 26.1. | |||
2018-06-08 | magit: Use oref instead of magit-section accessor functions | Kyle Meyer | |
These have been obsolete for a while and are removed in Magit's master branch. | |||
2018-06-08 | magit: Use magit-unstaged-files, not magit-modified-files | Kyle Meyer | |
The latter has been obsolete for a while and is removed in Magit's master branch. | |||
2018-05-14 | notmuch-visit-github-url: Copy URL when given a prefix argument | Kyle Meyer | |
2018-04-28 | mail: Add notmuch-visit-github-url command | Kyle Meyer | |
2018-04-28 | km/magit-log-dwim: Handle merges in revision buffers | Kyle Meyer | |
2018-04-28 | km/magit-open-github-pr: New command | Kyle Meyer | |
2018-04-28 | projectile: Add command to copy Python module name | Kyle Meyer | |
2018-04-28 | Add key for transport-next-link to hydra-org-link-edit | Kyle Meyer | |
2018-04-01 | km-magit: Add command for copying GitHub link | Kyle Meyer | |
2018-04-01 | km-magit: Move copy functions to their own section | Kyle Meyer | |
2018-03-20 | km/magit-pin-file: Detect indirect buffers | Kyle Meyer | |
2018-01-20 | km-magit: Revise docstrings | Kyle Meyer | |
2018-01-13 | debbugs-notmuch-select-report: Use notmuch-tree | Kyle Meyer | |
2018-01-13 | Add notmuch variant for debbugs-gnu-select-report | Kyle Meyer | |
2018-01-13 | Define notmuch-search variant | Kyle Meyer | |
2018-01-13 | theme: Darken foreground of diff-context | Kyle Meyer | |
2018-01-13 | Update copyright years | Kyle Meyer | |
2017-12-31 | magit: Modify message for refs/pull/ merges | Kyle Meyer | |
2017-11-17 | Use default background for org-agenda-restriction-lock | Kyle Meyer | |
2017-10-28 | snakemake-recompile-no-dryrun: Support local snakemake-program | Kyle Meyer | |
I set snakemake-program to a directory-local variable to run the Snakemake call within a Guix profile. | |||
2017-10-28 | Add custom notmuch-show-stash-git-send-email variant | Kyle Meyer | |
2017-10-13 | org-link-edit-slurp-link: Update for renamed function | Kyle Meyer | |
Renamed in org-link-edit's 5dd5901c. | |||
2017-10-13 | notmuch: Add command to show GitHub PRs in Magit | Kyle Meyer | |
Inspired by William Casarin: https://notmuchmail.org/pipermail/notmuch/2017/025542.html | |||
2017-10-05 | dired: Add beginning-of-buffer variant | Kyle Meyer | |
2017-09-22 | open-github-patch: Escape unintentional wildcard | Kyle Meyer | |