summaryrefslogtreecommitdiff
path: root/init/km-func.el
AgeCommit message (Collapse)Author
2013-11-11Toggle variable for save hook clean upKyle Meyer
Useful for making changes to files from other people's projects
2013-11-01Add separate magit init fileKyle Meyer
2013-10-31Function for magit auto commitKyle Meyer
For a few repos where commits often are not accompanied by a meaningful message
2013-10-29Function for quick amend with magitKyle Meyer
2013-10-27"TODO" comment functionKyle Meyer
2013-10-27Clean up comment functionKyle Meyer
2013-07-24Add swap-windows from preludeKyle Meyer
I tend handle more complicated window configurations with a tiling window manager, so I don't think I'd have much use for anything more complex (like transpose-frame.el).
2013-07-19advise recompile to not modify window stateKyle Meyer
2013-07-19add prefix to "insert" keybindingsKyle Meyer
2013-07-16function to join to next line with one spaceKyle Meyer
2013-07-02kill at point functionsKyle Meyer
Functions to grab thing at point and then delete the whole thing (as opposed to the part of the thing after the point). Add functions and bindings for string, sentence, word, paragraph, and line. Put bindings under common "C-c k" prefix.
2013-06-30toggle comment in line or regionKyle Meyer
comment-dwim does not have the behavior I'd like for a single line: it starts a comment at the end of that line instead of commenting that line.
2013-06-30remove evilKyle Meyer
2013-04-22find file as rootKyle Meyer
2013-04-20cleaning upKyle Meyer
2013-02-17protect makefile mode from tab cleanup on saveKyle Meyer
2013-01-29function to start essKyle Meyer
2013-01-21func/binding to insert current dateKyle Meyer
2013-01-12glob init files files for loadingKyle Meyer