Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-04-22 | Remove Cask-related configuration | Kyle 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-22 | org: Make sure Info-directory-list is set up before modifying it | Kyle 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-20 | org-board: Confirm before archiving | Kyle Meyer | |
2017-04-18 | elfeed: Add one-key binding for beginning-of-buffer | Kyle Meyer | |
2017-04-12 | Add mode for reviewing diffs | Kyle Meyer | |
2017-04-11 | Add org-agenda-reschedule-by-days command | Kyle Meyer | |
2017-04-10 | lispy: Toggle off/on with view-mode on/off | Kyle Meyer | |
2017-04-09 | notmuch: Change sync/refresh keys | Kyle Meyer | |
2017-04-05 | Set magit-list-refs-sortby to "-creatordate" | Kyle Meyer | |
2017-04-04 | Enable savehist-mode | Kyle Meyer | |
2017-04-03 | Mark org-attach-directory as a safe local variable | Kyle Meyer | |
2017-03-31 | Add strip-comment-lines command | Kyle Meyer | |
2017-03-28 | Add notmuch-show-at-point command | Kyle Meyer | |
2017-03-25 | magit-log-select-guess-fixup-commit: Decouple from log format | Kyle 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-24 | magit-copy-functions: Provide message when copying | Kyle Meyer | |
2017-03-24 | magit-copy-region-hunk: Remove unnecessary variable | Kyle Meyer | |
2017-03-23 | magit-copy-commit-message: Update for unindented format | Kyle 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-23 | magit-copy-region-commits: Use more descriptive argument name | Kyle Meyer | |
2017-03-22 | magit-copy-functions: Mark arguments as unused | Kyle Meyer | |
2017-03-22 | magit: Fix stale command name | Kyle Meyer | |
This should have been updated with f0280cf9 (Update for magit-copy-as-kill rename, 2015-10-04). | |||
2017-03-19 | magit-branch-backup-current: Don't use "b/" prefix | Kyle Meyer | |
2017-03-19 | magit-branch-backup-current: Allow arbitrary name | Kyle Meyer | |
2017-03-19 | notmuch: Change reply and archive keys | Kyle Meyer | |
2017-03-18 | magit-branch-and-checkout-from-current: Add default value | Kyle 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 more | Kyle Meyer | |
2017-03-10 | notmuch: Reverse meaning of argument for forwarding commands | Kyle Meyer | |
2017-03-06 | Add notmuch-archive-all command | Kyle Meyer | |
2017-03-06 | notmuch: Bind beginning-of-buffer to "." | Kyle Meyer | |
2017-03-06 | notmuch: Add custom avy-goto-subword-1 command | Kyle Meyer | |
2017-03-05 | mail: Use "Fwd:" as forwarded message marker | Kyle Meyer | |
2017-03-04 | gnus: Move some variables to :init | Kyle Meyer | |
gnus-inhibit-startup-message doesn't seem to be registered in time if it is set after gnus.el. | |||
2017-03-01 | notmuch: Add pipe-to-project commands | Kyle Meyer | |
2017-03-01 | mail: Log sync to file rather than buffer | Kyle Meyer | |
2017-03-01 | Use macro for custom avy-goto-subword-1 commands | Kyle Meyer | |
2017-03-01 | Add a second key for notmuch-tree-show-message | Kyle Meyer | |
2017-03-01 | Add a second key for notmuch-show-open-or-close-all | Kyle Meyer | |
2017-03-01 | Bind org-capture in notmuch-show-mode-map | Kyle Meyer | |
2017-03-01 | Transition to notmuch for main mail setup | Kyle Meyer | |
2017-02-25 | Add notmuch-show-open-github-patch command | Kyle Meyer | |
2017-02-25 | Pull out logic from gnus-open-github-patch | Kyle Meyer | |
2017-02-25 | gnus-open-github-patch: Don't error on failed search | Kyle Meyer | |
2017-02-22 | Increase recentf-max-saved-items | Kyle Meyer | |
2017-02-20 | agenda: Don't use tag inheritance | Kyle Meyer | |
2017-02-20 | agenda: Inhibit startup in buffers | Kyle Meyer | |
2017-02-18 | Use function list for mupdf compile refresh | Kyle Meyer | |
2017-02-17 | Declare safe local value for whitespace-mode | Kyle Meyer | |
2017-02-14 | Extend km/magit-backup-branch to support multiple versions | Kyle Meyer | |
2017-02-14 | Change magit-push-current-to-pushremote key | Kyle Meyer | |
2017-02-08 | org-sort-heading-ignoring-articles: Ignore heading priority | Kyle Meyer | |
2017-02-06 | elfeed-search-mode-map: Bind "e" to elfeed-search-show-entry | Kyle Meyer | |