summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-06-14Add bindings for notmuch-{show,tree}-resume-messageKyle Meyer
2018-06-10Set notmuch-wash-wrap-lines-lengthKyle Meyer
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-06-03server: Remove mail-specific instanceKyle Meyer
Since the gnus to notmuch switch for my main mail, I'm not sure I have much use for this.
2018-06-02Remove .dir-locals-2.el hackKyle Meyer
Emacs 26 has built-in support for this.
2018-05-14notmuch-visit-github-url: Copy URL when given a prefix argumentKyle Meyer
2018-05-12snippets: pdb-set-trace: Use ipdbKyle Meyer
2018-05-12Set org-clock-out-switch-to-stateKyle Meyer
2018-05-12org: Replace STARTED keyword with WIPKyle Meyer
2018-05-12Mark strings as safe for org-archive-locationKyle Meyer
2018-05-12magit: Don't confirm edits to published commitsKyle Meyer
See Magit's dd66f3ad and a7da211d.
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-28org: Add clock bindings to global mapKyle 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-28snippets: Fix sh shebangKyle Meyer
2018-04-01snippets: python: Add class snippetKyle 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-02-04Set winner-dont-bind-my-keys to tKyle Meyer
2018-02-04Add flyspell-prog-mode to prog-mode-hookKyle Meyer
2018-01-20Fix dir-locals-2 adviceKyle Meyer
When I converted the original defadvice snippet [*] to an advice-add variant, I accidentally dropped the first function call, which results in .dir-locals.el not being read in. [*] https://emacs.stackexchange.com/questions/4267/how-can-i-have-a-second-dir-locals
2018-01-20Add support for a second dir-locals-fileKyle Meyer
Based on https://emacs.stackexchange.com/questions/4267/how-can-i-have-a-second-dir-locals
2018-01-20Don't use font lock in ledger modeKyle 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-31Add ghub for latest MagitKyle Meyer
2017-12-31Update for magit-popup's moveKyle Meyer
2017-12-31magit: Modify message for refs/pull/ mergesKyle Meyer
2017-12-31org-agenda-custom-commands: Add inbox viewKyle Meyer
2017-12-31Create eval-mapKyle Meyer
2017-12-31Update some variable values for Debian switchKyle Meyer
2017-11-17Remove org-structure-template-alist customizationKyle Meyer
This will fail as of Org's c04e357f3 (Replace easy templates with org-insert-structure-template, 2017-11-05). I don't think I was using this much anymore, and, if I do end up missing this functionality, yasnippet is probably a better solution.
2017-11-17Remove magit-diff-while-committing-no-select adviceKyle Meyer
This is redundant as of Magit's 0fefe671 (magit-diff-while-committing: stay in message buffer, 2017-11-04).
2017-11-17Use default background for org-agenda-restriction-lockKyle Meyer
2017-11-17notmuch: Don't indent messagesKyle Meyer
2017-11-02notmuch-hello-sections: Remove notmuch-hello-insert-saved-searchesKyle 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-28Add missing prefix mapKyle Meyer
This should have been added with 522a5960.
2017-10-26magit-status-sections-hook: Update for new defaultKyle Meyer
As of Magit's ebbf00b7 (Always show recent commits in the status buffer, 2017-10-26), magit-insert-unpushed-to-upstream has been replaced by magit-insert-unpushed-to-upstream-or-recent.
2017-10-26Don't use a custom value for magit-uniquify-buffer-namesKyle Meyer
As of Magit's 7edecce4 (Append an asterisk to buffer names when possible, 2017-10-09), the default value gives the same result when magit-uniquify-buffer-names is nil.