Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 176:842607bbc090
Add xmonad configuration file.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Fri, 08 Jan 2010 17:11:20 -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