Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-08-28 | Use prefix in name of all custom maps | Kyle Meyer | |
2014-06-13 | Install narrow-indirect | Kyle Meyer | |
Needed to install 'subr+ to avoid void variable `filter-buffer-subtring-function'. | |||
2014-05-28 | Add km/narrow-to-comment-heading | Kyle Meyer | |
2014-05-12 | Move ace settings to separate file | Kyle Meyer | |
2014-05-12 | Move view-mode settings to separate file | Kyle Meyer | |
2014-05-11 | Automatically enter view-mode for read-only files | Kyle Meyer | |
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-09 | Install and setup ace-link | Kyle Meyer | |
Removing ido-vertical because if it is active, some links in the lower portion of the window are cutoff. | |||
2014-03-25 | Merge insert and multiple-cursors maps | Kyle Meyer | |
There was only one binding left in insert map, so it didn't make much sense to keep around. | |||
2014-03-25 | Remove a few functions the are covered by snippets | Kyle Meyer | |
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. |