summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-07-01diff-review-as-mail: Anchor regexp searchKyle Meyer
2017-06-25Add magit-tbdiffKyle Meyer
2017-06-24emacs-lisp-mode-hook: Enable xref-etags-mode inside Git reposKyle Meyer
This makes it easier to jump to definitions in the repository rather than definitions for symbols defined in the current Emacs session. Aside from needing to generate a TAGS file, the tradeoff is that I have to use describe-variable or {find,describe}-function for symbols outside of repo.
2017-06-24lispy: Reclaim "M-." for xref-find-definitionsKyle Meyer
2017-06-24Make spacing for defun/add-hook pairs consistentKyle Meyer
2017-06-14magit-update-or-auto-commit: Add optional no-directory argumentKyle Meyer
2017-05-29org-board-wget-switches: Remove "-e robots=off"Kyle Meyer
2017-05-20Set new magit-use-sticky-arguments option to `current'Kyle Meyer
... and retire workaround.
2017-05-19Add binding for magit-revision-toggle-file-filterKyle Meyer
2017-05-19km/magit-map: Add key for beginning-of-bufferKyle Meyer
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