From: Simon Ruderich Date: Sat, 14 Mar 2009 15:24:18 +0000 (+0100) Subject: Xdefaults: Allow use of meta key in emacs. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=4dd029ccdd0f545de2ed72ffaf65befe95df3591;p=config%2Fdotfiles.git Xdefaults: Allow use of meta key in emacs. Also useful for applications using similar key bindings like irssi. --- diff --git a/Xdefaults b/Xdefaults index 5f64c6c..72654bf 100644 --- a/Xdefaults +++ b/Xdefaults @@ -5,5 +5,7 @@ XTerm*foreground: darkgray XTerm*background: black XTerm*cursorColor: white +! Use the meta-key as expected by emacs. +XTerm*metaSendsEscape: true ! vim: ft=xdefaults