summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2019-01-15Fix overaggressive URL updates from 01f2da58Kyle Meyer
2019-01-15Update an org-set-tags call for upstream changesKyle 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-15Update copyright yearsKyle Meyer
2019-01-15Update repo URL in file headersKyle Meyer
2019-01-15km-outline.el: Correct file name in headerKyle Meyer
2018-12-09Add disable-autofill commandKyle Meyer
2018-12-09agenda: Restructure notes directoryKyle 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-09km/magit-show-commit-at-point: Tighten hash regexpKyle Meyer
The main motivation is to make this work with hexshas surrounded by `.
2018-12-09km/magit-branch-backup-current: Tweak prefix meaningKyle Meyer
2018-12-09km/magit-branch-backup-current: Quote branch name within regexpKyle Meyer
2018-12-09mail: Loosen github url regexpKyle Meyer
... so that it also matches the text in the "push" emails.
2018-12-09mail: Generalize "visit URL" commandKyle Meyer
2018-12-09km-magit: Don't use obsolete magit-section-whenKyle Meyer
2018-12-09km/magit-refs-toggle-tags: Don't implement with add-hook's LOCALKyle 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-09km/magit-log-dwim: Consider active regionKyle Meyer
2018-12-09Delete some infrequently used custom Magit commandsKyle 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-31Tighten km/project-filename-at-point checkKyle Meyer
(thing-at-point 'filename) will return all sorts of text as filenames.
2018-08-25Drop km/git-commit-turn-on-flyspellKyle 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-17Add mode to override xref-find-definitions with helm-etags-selectKyle Meyer
2018-08-17magit: Add custom magit-log-current variantKyle Meyer
2018-08-04Add km/magit-log-occurrence commandKyle Meyer
2018-08-04Autoload km/magit-statusKyle Meyer
2018-08-03notmuch-show-pr-in-magit: Pass default log argumentsKyle Meyer
2018-07-30Tweak and simplify km/magit-rev-ancestor-pKyle Meyer
Don't assume that the question of interest is usually whether the revision at point is the descendant.
2018-07-07theme: Change org-agenda-clocking faceKyle Meyer
2018-07-01Update hyrdra-smerge for renamed commandsKyle Meyer
The previous names are obsolete as of Emacs 26.1.
2018-06-08magit: Use oref instead of magit-section accessor functionsKyle Meyer
These have been obsolete for a while and are removed in Magit's master branch.
2018-06-08magit: Use magit-unstaged-files, not magit-modified-filesKyle Meyer
The latter has been obsolete for a while and is removed in Magit's master branch.
2018-05-14notmuch-visit-github-url: Copy URL when given a prefix argumentKyle Meyer
2018-04-28mail: Add notmuch-visit-github-url commandKyle Meyer
2018-04-28km/magit-log-dwim: Handle merges in revision buffersKyle Meyer
2018-04-28km/magit-open-github-pr: New commandKyle Meyer
2018-04-28projectile: Add command to copy Python module nameKyle Meyer
2018-04-28Add key for transport-next-link to hydra-org-link-editKyle Meyer
2018-04-01km-magit: Add command for copying GitHub linkKyle Meyer
2018-04-01km-magit: Move copy functions to their own sectionKyle Meyer
2018-03-20km/magit-pin-file: Detect indirect buffersKyle Meyer
2018-01-20km-magit: Revise docstringsKyle Meyer
2018-01-13debbugs-notmuch-select-report: Use notmuch-treeKyle Meyer
2018-01-13Add notmuch variant for debbugs-gnu-select-reportKyle Meyer
2018-01-13Define notmuch-search variantKyle Meyer
2018-01-13theme: Darken foreground of diff-contextKyle Meyer
2018-01-13Update copyright yearsKyle Meyer
2017-12-31magit: Modify message for refs/pull/ mergesKyle Meyer
2017-11-17Use default background for org-agenda-restriction-lockKyle Meyer
2017-10-28snakemake-recompile-no-dryrun: Support local snakemake-programKyle Meyer
I set snakemake-program to a directory-local variable to run the Snakemake call within a Guix profile.
2017-10-28Add custom notmuch-show-stash-git-send-email variantKyle Meyer
2017-10-13org-link-edit-slurp-link: Update for renamed functionKyle Meyer
Renamed in org-link-edit's 5dd5901c.
2017-10-13notmuch: Add command to show GitHub PRs in MagitKyle Meyer
Inspired by William Casarin: https://notmuchmail.org/pipermail/notmuch/2017/025542.html
2017-10-05dired: Add beginning-of-buffer variantKyle Meyer