Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 163:6a781c14cdfd
zsh/bash: change default timezome
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Thu, 05 Nov 2009 00:04:55 -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