Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-08 | bibtex-single-space-author-list: Check if field exists | Kyle Meyer | |
2015-09-03 | Remove snip-mail-quote command | Kyle Meyer | |
There is already a command message-elide-region. | |||
2015-09-03 | Add magit-refs-toggle-tags command | Kyle Meyer | |
2015-09-03 | Remove pointless let-binding | Kyle Meyer | |
2015-09-03 | magit-copy-commit-summary: Don't quote subject | Kyle Meyer | |
2015-09-03 | Add magit-wip-map | Kyle Meyer | |
2015-09-03 | Add magit-commit-wip-with-file command | Kyle Meyer | |
2015-09-03 | Replace magit-commit-extend-all with single file variant | Kyle Meyer | |
2015-09-01 | Add magit-rev-ancestor-p command | Kyle Meyer | |
2015-09-01 | Rewrite magit-copy-commit-summary | Kyle Meyer | |
2015-09-01 | Limit some avy-goto-subword-1 variants to one window | Kyle Meyer | |
2015-09-01 | gnus-group-line-format: Use short group name | Kyle Meyer | |
2015-09-01 | Remove out-of-date notmuch-gnus functions | Kyle Meyer | |
2015-09-01 | org: Don't switch to notmuch for storing gnus links | Kyle Meyer | |
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. |