Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 182:e189dfb33bfa
zsh prompt: unset basically everything if in tramp
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 27 Jan 2010 22:52:18 -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