Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-01 | diff-review: Extract bounds logic into separate function | Kyle Meyer | |
The same calculation will be useful in the next commit, which adds commands for moving to the next/previous comment. | |||
2017-07-01 | diff-review-mode: Show mode map in docstring | Kyle Meyer | |
An upcoming commit will add commands for going to the next/previous comment. | |||
2017-07-01 | diff-review: Add more docstrings | Kyle Meyer | |
2017-07-01 | diff-review-as-mail: Anchor regexp search | Kyle Meyer | |
2017-06-25 | Add magit-tbdiff | Kyle Meyer | |
2017-06-24 | emacs-lisp-mode-hook: Enable xref-etags-mode inside Git repos | Kyle 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-24 | lispy: Reclaim "M-." for xref-find-definitions | Kyle Meyer | |
2017-06-24 | Make spacing for defun/add-hook pairs consistent | Kyle Meyer | |
2017-06-14 | magit-update-or-auto-commit: Add optional no-directory argument | Kyle Meyer | |
2017-05-29 | org-board-wget-switches: Remove "-e robots=off" | Kyle Meyer | |
2017-05-20 | Set new magit-use-sticky-arguments option to `current' | Kyle Meyer | |
... and retire workaround. | |||
2017-05-19 | Add binding for magit-revision-toggle-file-filter | Kyle Meyer | |
2017-05-19 | km/magit-map: Add key for beginning-of-buffer | Kyle Meyer | |
2017-05-14 | magit: Add command to "archive" branches | Kyle Meyer | |
2017-05-12 | Declare boolean value for org-log-done as safe | Kyle Meyer | |
2017-05-09 | scheme: Add 'define-public' to imenu expression | Kyle Meyer | |
2017-04-29 | helm-swoop: Disable pre-input | Kyle Meyer | |
The pre-input text can still be set with the region. | |||
2017-04-27 | Add lispy to magit-blame-disable-modes | Kyle Meyer | |
2017-04-27 | view-mode: Rewrite and move hook for disabling lispy | Kyle 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-24 | org-prefix-map: Bind org-board-open | Kyle Meyer | |
2017-04-24 | org-board: Open with system browser by default | Kyle Meyer | |
2017-04-22 | recentf: Ignore /gnu/store files | Kyle Meyer | |
2017-04-22 | projectile: Ignore /gnu/store directories | Kyle Meyer | |
2017-04-22 | Enable guix-prettify-mode | Kyle Meyer | |
2017-04-22 | external-map: Add a key for the command guix | Kyle Meyer | |
2017-04-22 | scheme-mode: Use lispy | Kyle Meyer | |
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. |