Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 187:68304b1d2878
hgrc: no black on black for qseries
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 08 Feb 2010 08:06:41 -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