summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2015-11-13helm-man-or-woman-function: Go back to defaultKyle Meyer
2015-11-07Set Man-notify-method to aggressiveKyle Meyer
2015-11-07grep: Truncate long linesKyle Meyer
2015-11-01Turn off haskell process tipsKyle Meyer
2015-10-31Update magit-rename-buffer bindingKyle Meyer
This was removed in e3edce3 (find existing magit buffers by mode instead of by name, 2015-10-08) and later replaced with magit-toggle-buffer-lock.
2015-10-29Add magit-refs-filter-recentKyle Meyer
2015-10-25org-capture-templates: Update for file renameKyle Meyer
2015-10-24editing-map: Add toggle-truncate-lines bindingKyle Meyer
2015-10-24Make room for magit-branch-spinoffKyle Meyer
I already use "s" for km/magit-backup-branch.
2015-10-24gnus-group-sort-function: Add by-alphabetKyle Meyer
2015-10-22python: Don't try to guess indentation levelKyle Meyer
2015-10-21Don't autoload org-link-editKyle Meyer
2015-10-21Use hydra for window mapKyle Meyer
Switching the window split is often followed by a window swap, so it is nice to be able to do this with a single key. winner-undo is also repeated often.
2015-10-19Add touch buffer file commandKyle Meyer
2015-10-19magit-show-commit-at-point: use magit-diff-argumentsKyle Meyer
2015-10-14Use bibtex functions to access bounds informationKyle Meyer
2015-10-14km/org-open-file-at-point: Add fallback promptKyle Meyer
2015-10-14Set projectile-ignored-project-functionKyle Meyer
2015-10-06git-map: Add binding for magit-staged-fileKyle Meyer
2015-10-04Reset view-read-only to nilKyle Meyer
2015-10-04Update for magit-copy-as-kill renameKyle Meyer
Renamed in 4679d9b (implement a revision stack for inserting revs into messages, 2015-09-22).
2015-10-04magit-shorten-hash-at-point: Don't fail outside repoKyle Meyer
2015-10-01gnus: Add org-capture bindingKyle Meyer
2015-10-01bibtex-clean-entry-hook: Downcase keysKyle Meyer
2015-09-30Merge mail link functionsKyle Meyer
2015-09-30init-mail.el: Move function definitionKyle Meyer
2015-09-30Remove view-mode from magit-find-file-hookKyle Meyer
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