Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-01 | Remove sync-mail function | Kyle Meyer | |
2015-09-01 | init-mail.el: Handle gnus-select-method in .gnus file | Kyle Meyer | |
2015-08-31 | Add magit-process-kill binding | Kyle Meyer | |
2015-08-31 | Add Magit avy-goto-subword-1 variant | Kyle Meyer | |
2015-08-31 | git-map: Add magit-copy-commit-summary binding | Kyle Meyer | |
2015-08-31 | Rename magit-copy-commit-citation command | Kyle Meyer | |
... to match gitk copysummary command: http://thread.gmane.org/gmane.comp.version-control.git/274161/ | |||
2015-08-31 | Make magit-copy-commit-citation useful outside hook | Kyle Meyer | |
2015-08-29 | Rework org-structure-template-alist | Kyle Meyer | |
* Don't manually make lower case variants. * Add name template. * Remove Muse-like tags. | |||
2015-08-27 | Add snakemake-compile-project-file binding to Dired | Kyle Meyer | |
2015-08-27 | Don't use doc-view-mode for PDFs | Kyle Meyer | |
In Emacs 25, mailcap-mime-data is consulted when opening PDFs, and mailcap-viewer-lessp prefers doc-view-mode over PDF specified in mailcap file because doc-view-mode is a symbol. | |||
2015-08-26 | Ignore network-security.data | Kyle Meyer | |
2015-08-26 | Remove org-babel-delete-all-results | Kyle Meyer | |
Command org-babel-remove-result-one-or-many can already do this. | |||
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 | Appease package.el | 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 | Ignore test config directory | Kyle Meyer | |
2015-08-17 | Install easy-kill | Kyle Meyer | |
2015-08-16 | yas: Adjust for comment-start spacing | Kyle Meyer | |
2015-08-16 | Add TODO snippet for text-mode | Kyle Meyer | |
There is a built-in prog-mode snippet, but this isn't available in text-derived modes. | |||
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. |