summaryrefslogtreecommitdiff
path: root/init
AgeCommit message (Collapse)Author
2014-01-03Rename function: km/{toggle,switch}-frame-splitKyle Meyer
It doesn't toggle frame split on and off. It switches horizontal/vertical split.
2014-01-01Toggle frame split functionKyle Meyer
2014-01-01Revert "Add query and replace command to projectile"Kyle Meyer
I should have looked more closely at the current projectile commands. `projectile-replace' takes care of this nicely. This reverts commit 02d56a9878c07cca3f1d856be2929afe28d33033.
2014-01-01Add query and replace command to projectileKyle Meyer
2013-12-31Remove outdated function for quick magit amendKyle Meyer
`km/magit-just-amend' used `magit-with-refresh', which is no longer defined in the current version of magit. I'm removing the function, instead of updating it, because 19a722f of magit added a function (`magit-commit-extend') that takes care of this functionality.
2013-12-31Don't show margin in magit logKyle Meyer
2013-12-29Use vc-git-grep for projectile grepKyle Meyer
2013-12-29Hide header for vc-git-grepKyle Meyer
2013-12-29Let magit restore windowsKyle Meyer
Use `magit-restore-window-configuration' instead of advice.
2013-12-29Expand changes when committing with magitKyle Meyer
2013-12-27Fullscreen advice for gnusKyle Meyer
Copied over from magit advice.
2013-12-21Function for exporting wrapped textKyle Meyer
2013-12-21Use primary selection for cutting and pastingKyle Meyer
2013-12-19Expand terminal buffer groupKyle Meyer
Add shell output and external terminal buffer.
2013-12-17Remove unintentional shell renameKyle Meyer
Commit 5218a0a renamed this to "bash".
2013-12-17Remove km/projectile-magit-statusKyle Meyer
Magit status command is now provided in upstream (as of 947891).
2013-12-16Add i flag to shell commandKyle Meyer
Force interactive for access to aliases
2013-12-15Omit .gitignore in diredKyle Meyer
2013-12-15Omit intermediate latex files in diredKyle Meyer
2013-12-13Set default directory before mail syncKyle Meyer
Otherwise, offlineimap may fail if I'm in a directory that has python files with conflicting names
2013-12-13Display buffer for mail syncKyle Meyer
2013-12-12Add .git and __pycache__ directories to dired omitKyle Meyer
2013-12-12Bind root directory projectile commander to rKyle Meyer
2013-12-12Ace-jump-mode keybinding for view modeKyle Meyer
2013-12-12Fix void view-mode-mapKyle Meyer
Don't try to define key until after view is loaded.
2013-12-11Add recenter-top-bottom to view-mode-mapKyle Meyer
2013-12-09Create python test file in another windowKyle Meyer
Helpful to have the test file and original file side-by-side
2013-12-09Function to create python test fileKyle Meyer
2013-12-09Update projectile for new commanderKyle Meyer
projectile 0.10 has a new commander function. Set default switch project action to commander (instead of magit status) and add magit status as command option. If I find I tend to use one option most of the time, I may set that as the switch project action and return commander to only being used when a prefix arg is given.
2013-12-08Key chord for view-modeKyle Meyer
2013-12-04Fix projectile switch and find file keybindingKyle Meyer
"j" was previously unbound in the projectile keymap, but commit bebbab added assigned it to a function to find project tags. I don't currently use tags, so I want to keep my switch and find file keybinding. Now I need to override the binding in the projectile keymap instead of using a global keybinding.
2013-12-04Rewrite km/projectile-switch-to-project-file docKyle Meyer
2013-12-04Remove comment prefixKyle Meyer
Merge with insert prefix
2013-12-03Add external keymapKyle Meyer
2013-12-03Function for default projectile switch projectKyle Meyer
I've set the project switch action to show the magit status, but this function makes the default find file behavior available.
2013-12-01Set up prefix keysKyle Meyer
I didn't set for mode ('C-c m') and org mode ('C-c o') because (most) the values are local.
2013-11-28Use magit-status as projectile switch actionKyle Meyer
2013-11-28Enable global projectile mode at start upKyle Meyer
2013-11-25Remove unnecessary indent hooksKyle Meyer
Already the defaults
2013-11-24Magit: Don't use remote in local tracking nameKyle Meyer
2013-11-23Change python docstring fill styleKyle Meyer
Remove newline from end of docstring
2013-11-20Install PKGBUILD modeKyle Meyer
For pkgbuild-update-md5sums-line
2013-11-20Spacing clean upKyle Meyer
2013-11-20Function to launch external terminalKyle Meyer
2013-11-20Install projectileKyle Meyer
2013-11-20Keychord for rgrepKyle Meyer
2013-11-20Install flx/flx-idoKyle Meyer
2013-11-20Correct *info* ibuffer patternKyle Meyer
2013-11-20Move ob-python fix out of emacs configKyle Meyer
I have moved these changes to org mode git directory as a temporary fix. Reported issue to org mode list: http://article.gmane.org/gmane.emacs.orgmode/79014
2013-11-20Hide uninteresting files by default in diredKyle Meyer