Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 252:5698bf7ae5b9
hgrc: stop defaulting to compact style outside of ll
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 13 Apr 2011 10:29:11 -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