Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 189:0487f0197755
emacs: disable whitespace-cleanup in makefiles, highlight tabs in makefiles
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 06 Mar 2010 23:09:39 -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