Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2015-06-29 | Remove km/god-magit-mode-p | Kyle Meyer | |
god-magit-mode-p is upstream as of god-mode commit 9993e53c5f115a7. | |||
2015-06-28 | init-god.el: Move Gnus check to predicate | Kyle Meyer | |
2015-06-28 | Add km/god-magit-mode-p to exempt predicates | Kyle Meyer | |
This should have been added in d786b126284309d. | |||
2015-06-28 | init-god.el: Use predicate for Magit modes | Kyle Meyer | |
2015-06-28 | init-god.el: Delete trailing line | Kyle Meyer | |
2015-06-28 | Disable lispy when activating God mode | Kyle Meyer | |
2015-06-27 | Use same face for org-scheduled and org-scheduled-today | Kyle Meyer | |
2015-06-26 | Update Magit load path | Kyle Meyer | |
Files are in lisp subdirectory as of Magit commit 51eb8bb42f45237. | |||
2015-06-23 | Add dired-jump-file-at-point command | Kyle Meyer | |
2015-06-23 | Load ox-md with Org | Kyle Meyer | |
2015-06-22 | Rewrite org-clone-and-shift-by-repeater | Kyle Meyer | |
As of Org mode commit 329683861cc85aa, org-clone-subtree-with-time-shift accepts a value of 0, which allows a repeating subtree to be replaced with a non-repeating subtree and a shifted, repeating subtree. Rewrite org-clone-and-shift-by-repeater to use the new org-clone-subtree-with-time-shift. As an added bonus, this means that org-clone-and-shift-by-repeater now supports scheduled items and time stamps, not just deadlines | |||
2015-06-22 | Remove some ; bindings for semimap | Kyle Meyer | |