view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 194:cf3ba8f57434

emacs: let ipython know we have a dark background
author Augie Fackler <durin42@gmail.com>
date Tue, 06 Apr 2010 15:02:29 -0500
parents dafd5586742e
children
line wrap: on
line source

#!/bin/sh
echo 'gtk-key-theme-name = "Emacs"' >>~/.gtkrc-2.0
gconftool -t string --set /desktop/gnome/interface/gtk_key_theme Emacs