summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2015-09-27Change tramp-default-method from ssh to sshxKyle Meyer
2015-09-26Add magit-rename-buffer to magit prefix mapKyle Meyer
2015-09-26Return org-gnus-prefer-web-links to default valueKyle Meyer
2015-09-26gnus: Don't show startup screenKyle Meyer
2015-09-23magit-log-popup: Add --no-merges switchKyle Meyer
2015-09-23Revert "Remove pointless message format strings"Kyle Meyer
Never mind. I think I used this just in case the string contained '%'.
2015-09-21gnus: Don't display imagesKyle Meyer
2015-09-20bibtex-clean-entry-hook: Downcase entry typeKyle Meyer
2015-09-20Make all bib cleaning functions non-interactiveKyle Meyer
2015-09-20bibtex-clean-entry-hook: Remove entry spaceKyle Meyer
2015-09-20bibtex-clean-entry-hook: Set coding systemKyle Meyer
Remove BOM character.
2015-09-19editing-map: Add ispell-word bindingKyle Meyer
2015-09-17Use magit-restore-window-configurationKyle Meyer
2015-09-16Remove custom ESS indentation styleKyle Meyer
I think I was using a custom one mainly to get ggplot indentation how I wanted, but with recent ESS versions, my style now seems broken (continued ggplot lines aren't indented) and the default style seems to support continued ggplot statements better (e.g., the variable ess-offset-continued), so switch back to the default style for a while and see how it goes.
2015-09-15magit: Don't show gravatarsKyle Meyer
2015-09-15magit-commit-{wip,extend}-with-file: allow untrackedKyle Meyer
2015-09-15magit-commit-{extend,wip}-with-file: Support status bufferKyle Meyer
2015-09-15magit-checkout-local-tracking: Add at-point defaultKyle Meyer
2015-09-15Remove pointless message format stringsKyle Meyer
2015-09-12Set bog-combined-bib-ignore-not-foundKyle Meyer
2015-09-12magit-shorten-hash-at-point: Don't ignore numeric prefixKyle Meyer
2015-09-09init-git.el: Remove stale 'after' callsKyle Meyer
2015-09-09Set TeX-electric-mathKyle Meyer
2015-09-09Set font-latex-fontify-sectioning to 'color'Kyle Meyer
2015-09-08Set git-timemachine-minibuffer-detail-faceKyle Meyer
2015-09-08Add avy-isearch to isearch-mode-mapKyle Meyer
2015-09-08bibtex-single-space-author-list: Check if field existsKyle Meyer
2015-09-03Remove snip-mail-quote commandKyle Meyer
There is already a command message-elide-region.
2015-09-03Add magit-refs-toggle-tags commandKyle Meyer
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.