summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
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.
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-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-17Install easy-killKyle Meyer
2015-08-16yas: Adjust for comment-start spacingKyle Meyer
2015-08-16projectile: Add snakemake project typeKyle Meyer
2015-08-14Add --date-order to magit-log-popupKyle Meyer