Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 191:01fbf7dacb39
hgignore: add a dir that gets missed by the insane regex
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Tue, 06 Apr 2010 14:59:19 -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