Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-10-26 | Don't set non-existent magit-push-always-verify | Kyle Meyer | |
This was removed a long time ago in Magit's 9e4f84f6 (magit-push-always-verify: remove option, 2015-11-28). | |||
2017-10-19 | Bind ess-eval-region-or-function-or-paragraph in r-prefix-map | Kyle Meyer | |
2017-10-19 | snippets: Add element_blank snippet for ESS | Kyle Meyer | |
2017-10-13 | org-link-edit-slurp-link: Update for renamed function | Kyle Meyer | |
Renamed in org-link-edit's 5dd5901c. | |||
2017-10-13 | notmuch: Add command to show GitHub PRs in Magit | Kyle Meyer | |
Inspired by William Casarin: https://notmuchmail.org/pipermail/notmuch/2017/025542.html | |||
2017-10-07 | snippets: Add rchunk for *.Rmd files | Kyle Meyer | |
2017-10-07 | snippets: Add more snippets for tidyverse imports | Kyle Meyer | |
2017-10-05 | Move {beginning,end}-of-buffer to more comfortable bindings | Kyle Meyer | |
2017-10-05 | dired: Add beginning-of-buffer variant | Kyle Meyer | |
2017-09-22 | open-github-patch: Escape unintentional wildcard | Kyle Meyer | |
2017-08-10 | Move bind-keys call for kill-map to :init | Kyle Meyer | |
... in order to autoload commands. | |||
2017-08-03 | mail: Read sync-mail arguments through custom function | Kyle Meyer | |
2017-08-02 | diff-review: Fix function for comment movement | Kyle Meyer | |
Rework km/diff-review-next-comment's move procedure to avoid an error when the buffer doesn't contain any comments and to short-circuit the recursion when the search function fails. This also introduces a change in behavior when N exceeds the number of comment blocks before/after point: instead of always positioning point at the start of the block, point is positioned at the end of the block for forward movement and the start of the block for backward movement. | |||
2017-07-30 | Add magit-imerge | Kyle Meyer | |
2017-07-28 | Add autoloaded avy-action-copy-line to avy-dispatch-alist | Kyle Meyer | |
2017-07-27 | snippets: Set message-mode as notmuch-message-mode's parent | Kyle Meyer | |
2017-07-27 | snippets: Add "tiny scissors" | Kyle Meyer | |
2017-07-27 | snippets: Remove redundant (or nearly redundant) names | Kyle Meyer | |
The name field defaults to the file name, so don't bother explicitly specifying a name field that matches or nearly matches the file name. | |||
2017-07-27 | snippets: Rename anchor to commented-anchor | Kyle Meyer | |
2017-07-27 | snippets/text-mode/km-todo: Remove stale comment | Kyle Meyer | |
2017-07-27 | snippets: Remove stale snippet | Kyle Meyer | |
2017-07-23 | Add copy line action to avy-dispatch-alist | Kyle Meyer | |
2017-07-23 | server: Disable server-use-tcp | Kyle Meyer | |
Using TCP sockets isn't necessary to run multiple servers. emacsclient's --socket-name flag can be used instead of --server-file to connect to a named server. See the comments of http://tychoish.com/post/running-multiple-emacs-daemons-on-a-single-system/ | |||
2017-07-22 | yas: Add yasnippet-snippets collection | Kyle Meyer | |
2017-07-09 | Enable magit-wip-after-save-mode globally, again | Kyle Meyer | |
2017-07-09 | Move magit-wip keybindings to :init phase | Kyle Meyer | |
2017-07-03 | Add custom notmuch-tree-from-show-current-query command | Kyle Meyer | |
2017-07-03 | notmuch: Swap z/Z tree commands | Kyle Meyer | |
2017-07-01 | diff-review: Add open-line variant | Kyle Meyer | |
2017-07-01 | diff-review: Add commands to move to the previous/next comment | Kyle Meyer | |
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 | |