summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-05-14magit: Add command to "archive" branchesKyle Meyer
2017-05-12Declare boolean value for org-log-done as safeKyle Meyer
2017-05-09scheme: Add 'define-public' to imenu expressionKyle Meyer
2017-04-29helm-swoop: Disable pre-inputKyle Meyer
The pre-input text can still be set with the region.
2017-04-27Add lispy to magit-blame-disable-modesKyle Meyer
2017-04-27view-mode: Rewrite and move hook for disabling lispyKyle Meyer
Directly test for lispy-mode rather than assuming which modes have enabled lispy. Move the hook under into View mode's setup to avoid the 'after' wrapper.
2017-04-24org-prefix-map: Bind org-board-openKyle Meyer
2017-04-24org-board: Open with system browser by defaultKyle Meyer
2017-04-22recentf: Ignore /gnu/store filesKyle Meyer
2017-04-22projectile: Ignore /gnu/store directoriesKyle Meyer
2017-04-22Enable guix-prettify-modeKyle Meyer
2017-04-22external-map: Add a key for the command guixKyle Meyer
2017-04-22scheme-mode: Use lispyKyle Meyer
2017-04-22Remove Cask-related configurationKyle Meyer
Locally I've moved to Guix to manage my Emacs packages. Once all of these are available upstream, I should probably add a guix.scm file.
2017-04-22org: Make sure Info-directory-list is set up before modifying itKyle Meyer
info-initialize is currently called prior to Org's :init being executed, but this seems to be dependent on Cask, which will be removed in the next commit.
2017-04-20org-board: Confirm before archivingKyle Meyer
2017-04-18elfeed: Add one-key binding for beginning-of-bufferKyle Meyer
2017-04-12Add mode for reviewing diffsKyle Meyer
2017-04-11Add org-agenda-reschedule-by-days commandKyle Meyer
2017-04-10lispy: Toggle off/on with view-mode on/offKyle Meyer
2017-04-09notmuch: Change sync/refresh keysKyle Meyer
2017-04-05Set magit-list-refs-sortby to "-creatordate"Kyle Meyer
2017-04-04Enable savehist-modeKyle Meyer
2017-04-03Mark org-attach-directory as a safe local variableKyle Meyer
2017-03-31Add strip-comment-lines commandKyle Meyer
2017-03-28Add notmuch-show-at-point commandKyle Meyer
2017-03-25magit-log-select-guess-fixup-commit: Decouple from log formatKyle Meyer
When magit-log-show-refname-after-summary was non-nil, the previous logic failed. Use magit-rev-format instead of regular expressions to extract the subjects. As a result, we don't make any assumptions about where the subject is positioned in a magit-log-select-mode line.
2017-03-24magit-copy-functions: Provide message when copyingKyle Meyer
2017-03-24magit-copy-region-hunk: Remove unnecessary variableKyle Meyer
2017-03-23magit-copy-commit-message: Update for unindented formatKyle Meyer
Quite a while ago Magit stopped displaying commit messages with the leading spaces, so there is no need anymore to strip them out.
2017-03-23magit-copy-region-commits: Use more descriptive argument nameKyle Meyer
2017-03-22magit-copy-functions: Mark arguments as unusedKyle Meyer
2017-03-22magit: Fix stale command nameKyle Meyer
This should have been updated with f0280cf9 (Update for magit-copy-as-kill rename, 2015-10-04).
2017-03-19magit-branch-backup-current: Don't use "b/" prefixKyle Meyer
2017-03-19magit-branch-backup-current: Allow arbitrary nameKyle Meyer
2017-03-19notmuch: Change reply and archive keysKyle Meyer
2017-03-18magit-branch-and-checkout-from-current: Add default valueKyle Meyer
Appending "-tmp" to the current branch name isn't a great default value, but it allows me to quickly pull it in with M-n and base the new branch name off of the current one, which I often do, especially for trying out a different approach on a topic branch.
2017-03-11.gitignore: Specify root of paths moreKyle Meyer
2017-03-10notmuch: Reverse meaning of argument for forwarding commandsKyle Meyer
2017-03-06Add notmuch-archive-all commandKyle Meyer
2017-03-06notmuch: Bind beginning-of-buffer to "."Kyle Meyer
2017-03-06notmuch: Add custom avy-goto-subword-1 commandKyle Meyer
2017-03-05mail: Use "Fwd:" as forwarded message markerKyle Meyer
2017-03-04gnus: Move some variables to :initKyle Meyer
gnus-inhibit-startup-message doesn't seem to be registered in time if it is set after gnus.el.
2017-03-01notmuch: Add pipe-to-project commandsKyle Meyer
2017-03-01mail: Log sync to file rather than bufferKyle Meyer
2017-03-01Use macro for custom avy-goto-subword-1 commandsKyle Meyer
2017-03-01Add a second key for notmuch-tree-show-messageKyle Meyer
2017-03-01Add a second key for notmuch-show-open-or-close-allKyle Meyer
2017-03-01Bind org-capture in notmuch-show-mode-mapKyle Meyer