Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 487:8fc15cd5aeaf
hg: overly-complicated "unstackall" alias
I can't quite bring myself to throw this away.
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Tue, 30 Jun 2020 10:39:43 -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