Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-08-23 | Remove (most of) magit background highlighting | Kyle Meyer | |
2015-08-23 | magit-reset-file: Add revision buffer as default | Kyle Meyer | |
2015-08-21 | Remove km/avy-goto-subword-1 | Kyle Meyer | |
This is fixed upstream as of a6cfeda ("avy.el (avy-goto-subword-0): Don't offer invisible chars", 2015-08-21). | |||
2015-08-20 | gnus: Don't bind 'GG' to notmuch-search | Kyle Meyer | |
2015-08-20 | gnus: Remove select/bury commands | Kyle Meyer | |
Haven't been using since moved to using a separate Emacs instance for mail. | |||
2015-08-20 | magit-stash-popup: Add lowercase key for magit-snapshot | Kyle Meyer | |
2015-08-19 | Set Info-quoted to inherit default | Kyle Meyer | |
In Emacs 25, it is courier. | |||
2015-08-19 | Make mail instance mode line label more distinct | Kyle Meyer | |
2015-08-17 | Install easy-kill | Kyle Meyer | |
2015-08-16 | yas: Adjust for comment-start spacing | Kyle Meyer | |
2015-08-16 | projectile: Add snakemake project type | Kyle Meyer | |
2015-08-14 | Add --date-order to magit-log-popup | Kyle Meyer | |
2015-08-14 | Add binding for unfill-paragraph | Kyle Meyer | |
2015-08-14 | Switch gnus-follow-last-message-link to single key | Kyle Meyer | |
2015-08-14 | Move citation* variables to gnus-posting-styles | Kyle Meyer | |
2015-08-12 | Don't use magit-annex autoloads | Kyle Meyer | |
2015-08-12 | org-open-file-at-point: Recognize region | Kyle Meyer | |
2015-08-12 | Unset git-commit-finish-query-functions | Kyle Meyer | |
2015-08-12 | Set magit-no-confirm | Kyle Meyer | |
2015-08-12 | Change magit-revert-buffers from t to 'silent' | Kyle Meyer | |
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 | |