Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 279:0b718e51de16
hgignore: ignore machine-specific .elisp/settings/ files
Just considers anything with local in the name to be machine specific,
which is true for how I use have things configured.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 27 Apr 2012 16:53:15 -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