view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 234:0cd241f35c40

git-functions: add a couple of handy aliases
author Augie Fackler <durin42@gmail.com>
date Sun, 28 Nov 2010 18:30:26 -0600
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