Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-09-20 | bibtex-clean-entry-hook: Set coding system | Kyle Meyer | |
Remove BOM character. | |||
2015-09-19 | editing-map: Add ispell-word binding | Kyle Meyer | |
2015-09-17 | Use magit-restore-window-configuration | Kyle Meyer | |
2015-09-16 | Remove custom ESS indentation style | Kyle 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-15 | magit: Don't show gravatars | Kyle Meyer | |
2015-09-15 | magit-commit-{wip,extend}-with-file: allow untracked | Kyle Meyer | |
2015-09-15 | magit-commit-{extend,wip}-with-file: Support status buffer | Kyle Meyer | |
2015-09-15 | magit-checkout-local-tracking: Add at-point default | Kyle Meyer | |
2015-09-15 | Remove pointless message format strings | Kyle Meyer | |
2015-09-12 | Set bog-combined-bib-ignore-not-found | Kyle Meyer | |
2015-09-12 | magit-shorten-hash-at-point: Don't ignore numeric prefix | Kyle Meyer | |
2015-09-09 | init-git.el: Remove stale 'after' calls | Kyle Meyer | |
2015-09-09 | Set TeX-electric-math | Kyle Meyer | |
2015-09-09 | Set font-latex-fontify-sectioning to 'color' | Kyle Meyer | |
2015-09-08 | Set git-timemachine-minibuffer-detail-face | Kyle Meyer | |
2015-09-08 | Add avy-isearch to isearch-mode-map | Kyle Meyer | |
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. |