Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 223:739d96003993
af-no-clean-whitespace: make interactive for easy disabling when it is just noise.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 20 Sep 2010 07:35:29 -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