summaryrefslogtreecommitdiff
path: root/lisp
AgeCommit message (Collapse)Author
2014-05-07Clean up init-smex.elKyle Meyer
2014-05-05Remove unnecessary let*Kyle Meyer
2014-05-04Define km/recentf-ido-find-file-other-windowKyle Meyer
2014-05-04Cosmetic changes to km/recentf-ido-find-fileKyle Meyer
2014-05-04Make maxlevel optional in org-set-refiling-bufferKyle Meyer
2014-05-04Restrict org-refile-targets to current fileKyle 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-04Don't use a directory name for org-agenda-filesKyle Meyer
This gives a list of files that can be used for `org-refile-targets'.
2014-05-04Move Org safe-local-variable-values from custom.elKyle Meyer
2014-05-04Move default Org notes fileKyle Meyer
2014-05-03Don't put autosave or backup files in /tmpKyle Meyer
2014-05-02Set uniquify-buffer-name-styleKyle Meyer
2014-05-02Add Bog commander bindingKyle Meyer
2014-04-29Define prefix key for global Org keysKyle Meyer
2014-04-29Move some hook bindings to mode mapsKyle Meyer
2014-04-29Change method for defining gnus bindingsKyle Meyer
2014-04-27Restore misc capture templatesKyle 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-25Make org-open-file available in diredKyle Meyer
2014-04-23Switch yas trigger key and use globallyKyle 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-23Disable flymake in stan-modeKyle Meyer
2014-04-23Add switch-to-buffer functions for diredKyle Meyer
2014-04-23Function to switch to Org buffer in other windowKyle Meyer
2014-04-20Autoload magit-blame-modeKyle Meyer
No longer automatic because I moved from MELPA version (708898b).
2014-04-19Add command: km/display-compilation-other-windowKyle Meyer
2014-04-19Rename km/create-python-test-fileKyle Meyer
2014-04-19Fix km/create-python-test-fileKyle 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-17Limit ace-jump scope to current frameKyle Meyer
If this is set to global, frames in other desktops (even invisible ones) are used to generate the jump choices.
2014-04-17Disable ibuffer-auto-modeKyle Meyer
2014-04-17Remove saved ibuffer groupsKyle 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-17Change message citation lineKyle Meyer
2014-04-16Try out new system for defining Org agenda filesKyle Meyer
Define based on directories rather than individual files.
2014-04-16Remove some Org capture templatesKyle Meyer
No reason to have so many inboxes, since they will just be refiled later.
2014-04-16Add function to sort on parent headingKyle Meyer
2014-04-15Remove obsolete magit customizationKyle Meyer
`magit-default-tracking-name-function' is no longer defined in the "next" branch.
2014-04-15Change org-refile-to-other* bindingsKyle Meyer
Make consistent with `org-refile'.
2014-04-13Add function to set buffer for Org refilingKyle Meyer
2014-04-13Cosmetic changes to Org refile functionsKyle Meyer
2014-04-13Don't complete file name at point in diredKyle Meyer
2014-04-13Simplify km/org-refile-to-other-org-bufferKyle Meyer
- Call `km/org-refile-to-other-file' non-interactively instead of repeating logic. - Move org buffer completion to separate function.
2014-04-12Update for magit-visit-item renameKyle Meyer
2014-04-12Turn ido-vertical-mode back onKyle 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-11Add magit-annex to magit-mode-hookKyle Meyer
2014-04-10Hide Magit popup helpKyle Meyer
2014-04-09Install and setup ace-linkKyle Meyer
Removing ido-vertical because if it is active, some links in the lower portion of the window are cutoff.
2014-04-09Add --all to magit-log-popup-defaultsKyle Meyer
2014-04-09Switch to "next" branch of MagitKyle Meyer
2014-04-03Autoload ESS for R filesKyle Meyer
2014-04-02Remove ido customization for BogKyle Meyer
2014-04-02Add commands to refile beyond org-refile-targetsKyle Meyer
2014-04-02Move org ido settingsKyle Meyer
2014-03-30Set org-agenda-text-search-extra-filesKyle Meyer