Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-03-21 | Tweak `hippie-expand-try-functions-list' | Kyle Meyer | |
Removed line and list completion functions, which are almost never what I intend to complete. This should also take care of the clash with paredit mode (since these multi-word expansions shouldn't occur anymore), so I'm deleting `he-paredit-fix'. | |||
2014-03-21 | Simplify km/join-next-line-with-space | Kyle Meyer | |
2014-03-21 | Use macro to define kill-thing-at-point functions | Kyle Meyer | |
2014-03-09 | Use diminish to shorten mode line | Kyle Meyer | |
2014-02-11 | Move multiple cursors keymap outside of insert map | Kyle Meyer | |
2014-02-11 | Add mc/edit-{beginnings,ends}-of-lines bindings | Kyle Meyer | |
2014-02-01 | Move some settings from general to editing | Kyle Meyer | |
2014-01-31 | Remove M-z unset | Kyle Meyer | |
Originally 'M-z' was unset because I moved `zap-to-char' to 'C-z', but 'M-z' is now bound to autoloaded `zap-up-to-char'. | |||
2014-01-26 | Reorganize and use require-package | Kyle Meyer | |
`require-package' is from https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el. |