Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-11 | magit-show-commit-at-point: add hash check | Kyle Meyer | |
Prompt unless hash is in the current project. | |||
2015-08-11 | dired-jump-file-at-point: Use region if active | Kyle Meyer | |
2015-08-11 | Unset git-commit-finish-query-functions | Kyle Meyer | |
2015-08-10 | magit-log-popup: Add --first-parent | Kyle Meyer | |
2015-08-10 | magit-log-popup: Add key for magit-log-refresh-popup | Kyle Meyer | |
2015-08-09 | Revert "Remove km/avy-goto-subword-1" | Kyle Meyer | |
This reverts commit 808e4c576e1b751570ea8436bc89b697ea2fa35a. I was mistaken about being mistaken. Calling avy-goto-subword-1 in Org with folded headings assigns candidates to hidden text. | |||
2015-08-06 | Add helm binding to display file | Kyle Meyer | |
2015-08-06 | magit-list-recent-refs: Limit to local by default | Kyle Meyer | |
2015-08-06 | hydra-smerge: Add quit key | Kyle Meyer | |
2015-08-06 | magit-revfile-reset: Fix docstring typo | Kyle Meyer | |
2015-08-04 | Don't decorate section logs | Kyle Meyer | |
2015-08-02 | Add git prefix map under "." in Magit buffers | Kyle Meyer | |
2015-08-02 | Add magit-find-commit-file command | Kyle Meyer | |
2015-08-02 | Add magit-find-recently-changed-file command | Kyle Meyer | |
2015-08-02 | Remove -i flag from shell-command-switch | Kyle Meyer | |
I was using this to get aliases, but this was a bad idea because it can make internal commands that rely on this slow, especially if the repeatedly spawn processes (I noticed this with magit-patch-id). I will probably get annoyed soon by the lack of aliases with some commands (e.g., compile) and will let-bind these variables around those specific commands. | |||
2015-08-01 | Bind helm-apropos to "C-h a" | Kyle Meyer | |
2015-08-01 | Fix docstring | Kyle Meyer | |
2015-08-01 | Add private snippets directory | Kyle Meyer | |
2015-08-01 | Prevent unintentional pinging during completion | Kyle Meyer | |
2015-08-01 | Stop semantic from taking over elisp imenu | Kyle Meyer | |
2015-08-01 | Set lispy-no-permanent-semantic | Kyle Meyer | |
2015-07-31 | Remove km/avy-goto-subword-1 | Kyle Meyer | |
I added this because avy-goto-subword-1 was offering invisible text in Org mode buffers as candidates. However, this no longer seems to be the case (and perhaps I was mistaken to begin with or there was something else going on, because I don't see an obvious commit in the avy repo that changes this behavior.) | |||
2015-07-31 | Set up outline-minor-mode for python and elisp | Kyle Meyer | |
2015-07-31 | Add outline-jump-to-heading command | Kyle Meyer | |
2015-07-31 | Add outline mode hydra | Kyle Meyer | |
2015-07-31 | Set smerge-diff-switches | Kyle Meyer | |
2015-07-31 | magit-copy-hook: Add function to copy region commits | Kyle Meyer | |
2015-07-29 | Set magit-push-always-verify | Kyle Meyer | |
2015-07-29 | Add smerge hydra | Kyle Meyer | |
2015-07-29 | Add magit-diff-refresh-popup to magit-diff-popup | Kyle Meyer | |
2015-07-29 | Update org-latex-default-packages-alist | Kyle Meyer | |
788d15e removed wasysym. | |||
2015-07-17 | Add browse-url to external map | Kyle Meyer | |
2015-07-17 | magit-pin-file: Use line and column, not point | Kyle Meyer | |
This will tolerate a little more change between revisions before failing to place point at the reasonable position. | |||
2015-07-17 | Add magit-copy-as-kill variant | Kyle Meyer | |
Wrap magit-copy-as-kill until something from https://github.com/magit/magit/issues/1586 lands. | |||
2015-07-17 | Rename git-shorten-hash-at-point | Kyle Meyer | |
2015-07-17 | git-shorten-hash-at-point: Use magit-abbrev-length | Kyle Meyer | |
2015-07-17 | Decrease magit-diff-auto-show-delay | Kyle Meyer | |
2015-07-17 | magit-pin-file: Allow toggling with working tree | Kyle Meyer | |
Also, try to go to position even when OTHER-REV is non-nil. | |||
2015-07-14 | init-org.el: Remove section | Kyle Meyer | |
2015-07-14 | Remove org-struct hooks | Kyle Meyer | |
2015-07-14 | Rewrite magit-insert-staged-file | Kyle Meyer | |
2015-07-10 | magit-insert-staged-file: Fall back on HEAD files | Kyle Meyer | |
2015-07-10 | Fix magit-insert-staged-file | Kyle Meyer | |
2015-07-09 | Replace magit-checkout-file with magit-reset-file | Kyle Meyer | |
2015-07-09 | Add magit-revfile-reset command | Kyle Meyer | |
2015-07-09 | Remove git-rebase-show-commit | Kyle Meyer | |
Magit commit 4dd06d7f23d9267 adds a display-only variant. | |||
2015-07-09 | init-git.el: Fix typo | Kyle Meyer | |
2015-07-05 | Uninstall whole-line-or-region | Kyle Meyer | |
I haven't been using this. | |||
2015-06-29 | Add magit-dispatch-popup to git-map | Kyle Meyer | |
2015-06-29 | Update for renamed Magit variable | Kyle Meyer | |