]> ruderich.org/simon Gitweb - config/dotfiles.git/commitdiff
Xdefaults: Allow use of meta key in emacs.
authorSimon Ruderich <simon@ruderich.org>
Sat, 14 Mar 2009 15:24:18 +0000 (16:24 +0100)
committerSimon Ruderich <simon@ruderich.org>
Sat, 14 Mar 2009 15:25:51 +0000 (16:25 +0100)
Also useful for applications using similar key bindings like irssi.

Xdefaults

index 5f64c6ca77bc73fa6504e57e080d52bd793aa623..72654bfdc9456cf2564346ca299438a0bb6c786e 100644 (file)
--- 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