summaryrefslogtreecommitdiff
path: root/src/actions.c
diff options
context:
space:
mode:
authorsabetts <sabetts>2001-03-02 09:40:59 +0000
committersabetts <sabetts>2001-03-02 09:40:59 +0000
commitbfbea3ac8dfd317d3d0f135b98d80bdcb4a84a74 (patch)
tree9d67364ae6045cbc45b84bb2aa3f8ed18caa4efb /src/actions.c
parent257289a3ca61b2f4a349f3dc559b3f853ce5fc31 (diff)
downloadratpoison-bfbea3ac8dfd317d3d0f135b98d80bdcb4a84a74.zip
* actions.c (initialize_default_keybindings): removed emacs
binding. * Makefile.am (SUBDIRS): removed man/ * configure.in (AC_OUTPUT): removed man/Makefile removed references to emacs. * doc/Makefile.am (man_MANS): ratpoison.1 moved to doc/ * doc/ratpoison.texi: minor updates.
Diffstat (limited to 'src/actions.c')
-rw-r--r--src/actions.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/actions.c b/src/actions.c
index 32c8059..f01a836 100644
--- a/src/actions.c
+++ b/src/actions.c
@@ -113,8 +113,6 @@ initialize_default_keybindings (void)
add_keybinding (XK_c, 0, "exec " TERM_PROG);
add_keybinding (XK_c, C, "exec " TERM_PROG);
add_keybinding (XK_colon, 0, "colon");
- add_keybinding (XK_e, 0, "exec " EMACS_PROG);
- add_keybinding (XK_e, C, "exec " EMACS_PROG);
add_keybinding (XK_exclam, 0, "exec");
add_keybinding (XK_exclam, C, "colon exec " TERM_PROG " -e ");
add_keybinding (XK_k, 0, "delete");