Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-08 | Space bindings for Magit switches and options | Kyle Meyer | |
https://github.com/magit/magit/pull/788/files | |||
2014-05-08 | Update km/sync-mail-cmd | Kyle Meyer | |
2014-05-07 | Fix typo in dired comment | Kyle Meyer | |
2014-05-07 | Clean up init-smex.el | Kyle Meyer | |
2014-05-05 | Remove unnecessary let* | Kyle Meyer | |
2014-05-04 | Define km/recentf-ido-find-file-other-window | Kyle Meyer | |
2014-05-04 | Cosmetic changes to km/recentf-ido-find-file | Kyle Meyer | |
2014-05-04 | Make maxlevel optional in org-set-refiling-buffer | Kyle Meyer | |
2014-05-04 | Restrict org-refile-targets to current file | Kyle Meyer | |
I don't typically refile headings from a non-agenda file to a target in an agenda file, so setting this for all Org files isn't too useful. Instead, `org-refile-targets' now set in a .dir-locals.el for the agenda files to allow refiling between different agenda files. | |||
2014-05-04 | Don't use a directory name for org-agenda-files | Kyle Meyer | |
This gives a list of files that can be used for `org-refile-targets'. | |||
2014-05-04 | Move Org safe-local-variable-values from custom.el | Kyle Meyer | |
2014-05-04 | Move default Org notes file | Kyle Meyer | |
2014-05-03 | Don't put autosave or backup files in /tmp | Kyle Meyer | |
2014-05-02 | Set uniquify-buffer-name-style | Kyle Meyer | |
2014-05-02 | Add Bog commander binding | Kyle Meyer | |
2014-04-29 | Define prefix key for global Org keys | Kyle Meyer | |
2014-04-29 | Move some hook bindings to mode maps | Kyle Meyer | |
2014-04-29 | Change method for defining gnus bindings | Kyle Meyer | |
2014-04-27 | Restore misc capture templates | Kyle Meyer | |
These were deleted in d2ed8d9 (along with the backburner templates), but it's useful to have these for non-TODO items because, unlike the backburner items, these don't fit well with refiling from tasks.org. | |||
2014-04-25 | Make org-open-file available in dired | Kyle Meyer | |
2014-04-23 | Switch yas trigger key and use globally | Kyle Meyer | |
At some point, I was having issues with yas and Org mode conflicts, so I only enabled yas in LaTeX and programming mode buffers. I'm enabling it globally again and moving the expand trigger to a key chord. | |||
2014-04-23 | Add R shebang snippet | Kyle Meyer | |
2014-04-23 | Disable flymake in stan-mode | Kyle Meyer | |
2014-04-23 | Remove stan-snippets package | Kyle Meyer | |
2014-04-23 | Add switch-to-buffer functions for dired | Kyle Meyer | |
2014-04-23 | Function to switch to Org buffer in other window | Kyle Meyer | |
2014-04-23 | Add noflet | Kyle Meyer | |
2014-04-22 | Add stan-snippets | Kyle Meyer | |
2014-04-20 | Add bash shebang snippet | Kyle Meyer | |
2014-04-20 | Autoload magit-blame-mode | Kyle Meyer | |
No longer automatic because I moved from MELPA version (708898b). | |||
2014-04-19 | Add command: km/display-compilation-other-window | Kyle Meyer | |
2014-04-19 | Add stan-mode | Kyle Meyer | |
2014-04-19 | Rename km/create-python-test-file | Kyle Meyer | |
2014-04-19 | Fix km/create-python-test-file | Kyle Meyer | |
6cbfae7 broke this function when the test file doesn't exist. I'm not sure why I used `with-current-buffer' in the first place, considering the desired action is to switch to the file in another window. | |||
2014-04-17 | Limit ace-jump scope to current frame | Kyle Meyer | |
If this is set to global, frames in other desktops (even invisible ones) are used to generate the jump choices. | |||
2014-04-17 | Disable ibuffer-auto-mode | Kyle Meyer | |
2014-04-17 | Remove saved ibuffer groups | Kyle Meyer | |
I don't think this has too much advantage over filtering and sorting on the fly, and it is a hassle to keep up-to-date. | |||
2014-04-17 | Change message citation line | Kyle Meyer | |
2014-04-16 | Try out new system for defining Org agenda files | Kyle Meyer | |
Define based on directories rather than individual files. | |||
2014-04-16 | Remove some Org capture templates | Kyle Meyer | |
No reason to have so many inboxes, since they will just be refiled later. | |||
2014-04-16 | Add function to sort on parent heading | Kyle Meyer | |
2014-04-15 | Remove obsolete magit customization | Kyle Meyer | |
`magit-default-tracking-name-function' is no longer defined in the "next" branch. | |||
2014-04-15 | Change org-refile-to-other* bindings | Kyle Meyer | |
Make consistent with `org-refile'. | |||
2014-04-13 | Add function to set buffer for Org refiling | Kyle Meyer | |
2014-04-13 | Cosmetic changes to Org refile functions | Kyle Meyer | |
2014-04-13 | Don't complete file name at point in dired | Kyle Meyer | |
2014-04-13 | Simplify km/org-refile-to-other-org-buffer | Kyle Meyer | |
- Call `km/org-refile-to-other-file' non-interactively instead of repeating logic. - Move org buffer completion to separate function. | |||
2014-04-12 | Update for magit-visit-item rename | Kyle Meyer | |
2014-04-12 | Turn ido-vertical-mode back on | Kyle Meyer | |
When I set up ace-link (809107e), I disabled ido-vertical-mode because I was noticing that if it was activated, some of the links at the bottom were being cut off. I can't reproduce this now (despite there not being any changes in ido-vertical-mode, ace-jump, or ace-link to fix it). I'm turning it back on and will see if the issue pops up again. | |||
2014-04-11 | Add magit-annex to magit-mode-hook | Kyle Meyer | |