Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 185:b5d71972aa72
apply-patchbomb: script to apply patchbomb from selected messages in Mail.app.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 30 Jan 2010 12:21:00 -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