Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 235:678ed4e870f1
hg-email-reply-selected-flags: new script to automate patchbomb replies
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sun, 05 Dec 2010 10:00:31 -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