Commit graph

6 commits

Author SHA1 Message Date
0bf56c53ef Update year 2014-01-01 20:26:37 +01:00
7fa793bedb Add global minor mode 2014-01-01 20:26:28 +01:00
bd71872693 Simplify key bindings for transient-navigation
Instead of binding each key in the global map, bind it in a map for the
minor mode, so they automatically disappear when the mode is turned off.
This should also prevent the key bindings from taking over in all
buffers.
2014-01-01 20:20:29 +01:00
9ca2d33ab7 Add another keymap, simplify mode en-/disabling
The new keymap is based on some `M-' keybindings.

Instead of specifying each keybinding to enable or disable by hand, map
through a new hashtable which contains function->wrapper mappings.
2014-01-01 20:13:51 +01:00
515f65df7d Add more keys, change macro for keymap management
Instead of having to keep track of the keys in the keymap, let the macro
handle it. Add `beginning-of-line' and `end-of-line' key bindings.
2013-12-31 14:17:33 +01:00
5624c6fa9b Initial commit 2013-12-31 04:05:08 +01:00