Age | Commit message (Collapse) | Author |
|
If this is set to global, frames in other desktops (even invisible ones)
are used to generate the jump choices.
|
|
Removing ido-vertical because if it is active, some links in the lower
portion of the window are cutoff.
|
|
There was only one binding left in insert map, so it didn't make much
sense to keep around.
|
|
|
|
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'.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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'.
|
|
`require-package' is from
https://github.com/purcell/emacs.d/blob/master/lisp/init-elpa.el.
|