Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-28 | Add command notmuch-show-copy-message-id-as-kill | Kyle Meyer | |
2015-02-28 | sync-mail: Rename variable | Kyle Meyer | |
2015-02-28 | sync-mail: Remove global variable | Kyle Meyer | |
2015-02-28 | Change binding for external map | Kyle Meyer | |
2015-02-20 | Rebind some 'j' bindings | Kyle Meyer | |
2015-02-18 | Remove 'C-c &' prefix for yasnippet | Kyle Meyer | |
2015-02-18 | Add command org-open-link-directory | Kyle Meyer | |
2015-02-18 | Use separate function for org-refile-dwim | Kyle Meyer | |
2015-02-18 | Don't indent in Org Contacts capture template | Kyle Meyer | |
I've set org-adapt-indentation to nil (b8ffd041f). | |||
2015-02-18 | Add org-open-at-point-stay as speed command | Kyle Meyer | |
2015-02-18 | Add command gnus-copy-gmane-link-as-kill | Kyle Meyer | |
2015-02-18 | gnus: Rewrite article selection functions | Kyle Meyer | |
2015-02-18 | gnus: Add prefix map for article and summary mode | Kyle Meyer | |
2015-02-18 | Add command org-delete-checked-items | Kyle Meyer | |
2015-02-18 | Move flyspell binding from C-; | Kyle Meyer | |
I use this for er/expand-region. | |||
2015-02-15 | Add command magit-log-select-guess-fixup-commit | Kyle Meyer | |
2015-02-15 | Rewrite org-sort-heading-ignoring-articles | Kyle Meyer | |
2015-02-15 | Fix docstrings for diff commands | Kyle Meyer | |
2015-02-15 | Add org-{next,previous}-item bindings | Kyle Meyer | |
2015-02-15 | Give winner-undo a key chord | Kyle Meyer | |
2015-02-15 | Enable Winner mode | Kyle Meyer | |
2015-02-15 | Don't use global-unset-key | Kyle Meyer | |
2015-02-13 | Rewrite gnus-catchup-and-goto-next-group | Kyle Meyer | |
2015-02-13 | Enable set-mark-command-repeat-pop | Kyle Meyer | |
2015-02-13 | Remove unnecessary lambdas from hooks | Kyle Meyer | |
2015-02-13 | Don't adapt Org indentation | Kyle Meyer | |
I've kept this as non-nil because I prefer planning info and drawers to be indented at the level of headings. However, I don't indent paragraphs of text (mostly for diffing purposes). With recent Org changes [1-3], mixing these styles doesn't work well because structure-modifying commands now adjust the paragraph indentation even if the text is at column 0. [1] cba2f0a2a3024ae5bf71e1a12ba99778a92902a2 [2] 83d8a2b16d1efc32f868897559452c0922906c67 [3] http://thread.gmane.org/gmane.emacs.orgmode/93597 | |||
2015-02-11 | Use 'only-window' for org-agenda-window-setup | Kyle Meyer | |
I no longer need this advice because org-agenda-window-setup now [1] takes the value 'only-window', which has the same effect. [1] 7834a1ce66d3e60b9ecf5ad04a12d76d23cfbc5c | |||
2015-02-11 | gnus: Add ido variants for group and topic jumping | Kyle Meyer | |
2015-02-11 | Bind ace-jump-mode to 'j' in Org agenda | Kyle Meyer | |
2015-02-11 | gnus: Rewrite bury functions | Kyle Meyer | |
2015-02-09 | Change aw-scope to frame | Kyle Meyer | |
I had this set to global so I could jump to windows displayed in frames of other monitors, but I didn't use this often and it had the disadvantage of needing to type a letter for the current two-window frame if there were any frames on other monitors. | |||
2015-02-09 | Add command compile-in-home-dir | Kyle Meyer | |
2015-02-09 | Rewrite compilation commands | Kyle Meyer | |
- Use directory in compilation buffer name. - Make recompile and display-buffer commands support for multiple buffers, including compilation-last-buffer. | |||
2015-02-07 | Add command copy-doi-as-kill | Kyle Meyer | |
2015-02-07 | Add 'C-c C-f' binding for org-agenda-follow-mode | Kyle Meyer | |
2015-02-04 | Rewrite doi-at-point | Kyle Meyer | |
- Require that point is on either actual doi or "doi:". - Use the regexp to deal with trailing punctuation. | |||
2015-02-04 | Remove additional binding for dired-up-directory | Kyle Meyer | |
I prefer this binding to '^', but I didn't realize that similar behavior is available using dired-jump for a Dired buffer. | |||
2015-02-04 | Fix misplaced comment | Kyle Meyer | |
2015-02-04 | Add dired-view-file-other-window command | Kyle Meyer | |
2015-02-03 | Merge babel and contacts settings to main Org file | Kyle Meyer | |
2015-02-03 | Add save-some-buffers variant | Kyle Meyer | |
2015-02-03 | Correct typo in comment | Kyle Meyer | |
2015-02-02 | Bind ace-jump-mode to 'j' in View mode | Kyle Meyer | |
This is more consistent with its one-key binding in other modes (e.g., magit-log-mode and gnus-summary-mode). | |||
2015-02-02 | Rewrite grep-hide-header | Kyle Meyer | |
2015-02-02 | Change default ESS style | Kyle Meyer | |
Keep all continued statements and expression at the original level. | |||
2015-02-02 | Use auto-complete as yas fallback in Python mode | Kyle Meyer | |
2015-02-02 | Turn off yas fallback behavior | Kyle Meyer | |
It's not bound to a key with any other binding. | |||
2015-02-02 | Rebind find-function | Kyle Meyer | |
2015-02-02 | Don't read revision for magit-log-all-branches | Kyle Meyer | |
A revision doesn't make sense because the '--all' flag is being passed. | |||
2015-02-02 | Add binding for org-clone-and-shift-by-repeater | Kyle Meyer | |