Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 364:2ac43cd7bbf7
hgimp: add location of topic repo
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Fri, 11 Sep 2015 09:53:50 -0400 |
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