summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-09-03Remove pointless let-bindingKyle Meyer
2015-09-03magit-copy-commit-summary: Don't quote subjectKyle Meyer
2015-09-03Add magit-wip-mapKyle Meyer
2015-09-03Add magit-commit-wip-with-file commandKyle Meyer
2015-09-03Replace magit-commit-extend-all with single file variantKyle Meyer
2015-09-01Add magit-rev-ancestor-p commandKyle Meyer
2015-09-01Rewrite magit-copy-commit-summaryKyle Meyer
2015-09-01Limit some avy-goto-subword-1 variants to one windowKyle Meyer
2015-09-01gnus-group-line-format: Use short group nameKyle Meyer
2015-09-01Remove out-of-date notmuch-gnus functionsKyle Meyer
2015-09-01org: Don't switch to notmuch for storing gnus linksKyle Meyer
2015-09-01Remove sync-mail functionKyle Meyer
2015-09-01init-mail.el: Handle gnus-select-method in .gnus fileKyle Meyer
2015-08-31Add magit-process-kill bindingKyle Meyer
2015-08-31Add Magit avy-goto-subword-1 variantKyle Meyer
2015-08-31git-map: Add magit-copy-commit-summary bindingKyle Meyer
2015-08-31Rename magit-copy-commit-citation commandKyle Meyer
... to match gitk copysummary command: http://thread.gmane.org/gmane.comp.version-control.git/274161/
2015-08-31Make magit-copy-commit-citation useful outside hookKyle Meyer
2015-08-29Rework org-structure-template-alistKyle Meyer
* Don't manually make lower case variants. * Add name template. * Remove Muse-like tags.
2015-08-27Add snakemake-compile-project-file binding to DiredKyle Meyer
2015-08-27Don't use doc-view-mode for PDFsKyle 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-26Ignore network-security.dataKyle Meyer
2015-08-26Remove org-babel-delete-all-resultsKyle Meyer
Command org-babel-remove-result-one-or-many can already do this.
2015-08-23Remove (most of) magit background highlightingKyle Meyer
2015-08-23magit-reset-file: Add revision buffer as defaultKyle Meyer
2015-08-21Remove km/avy-goto-subword-1Kyle Meyer
This is fixed upstream as of a6cfeda ("avy.el (avy-goto-subword-0): Don't offer invisible chars", 2015-08-21).
2015-08-20gnus: Don't bind 'GG' to notmuch-searchKyle Meyer
2015-08-20gnus: Remove select/bury commandsKyle Meyer
Haven't been using since moved to using a separate Emacs instance for mail.
2015-08-20magit-stash-popup: Add lowercase key for magit-snapshotKyle Meyer
2015-08-19Appease package.elKyle Meyer
2015-08-19Set Info-quoted to inherit defaultKyle Meyer
In Emacs 25, it is courier.
2015-08-19Make mail instance mode line label more distinctKyle Meyer
2015-08-17Ignore test config directoryKyle Meyer
2015-08-17Install easy-killKyle Meyer
2015-08-16yas: Adjust for comment-start spacingKyle Meyer
2015-08-16Add TODO snippet for text-modeKyle Meyer
There is a built-in prog-mode snippet, but this isn't available in text-derived modes.
2015-08-16projectile: Add snakemake project typeKyle Meyer
2015-08-14Add --date-order to magit-log-popupKyle Meyer
2015-08-14Add binding for unfill-paragraphKyle Meyer
2015-08-14Switch gnus-follow-last-message-link to single keyKyle Meyer
2015-08-14Move citation* variables to gnus-posting-stylesKyle Meyer
2015-08-12Don't use magit-annex autoloadsKyle Meyer
2015-08-12org-open-file-at-point: Recognize regionKyle Meyer
2015-08-12Unset git-commit-finish-query-functionsKyle Meyer
2015-08-12Set magit-no-confirmKyle Meyer
2015-08-12Change magit-revert-buffers from t to 'silent'Kyle Meyer
2015-08-11magit-show-commit-at-point: add hash checkKyle Meyer
Prompt unless hash is in the current project.
2015-08-11dired-jump-file-at-point: Use region if activeKyle Meyer
2015-08-11Unset git-commit-finish-query-functionsKyle Meyer
2015-08-10magit-log-popup: Add --first-parentKyle Meyer