annotate unixSoft/otherbin/enable-emacs-in-gtk.sh @ 444:957632211aa3

hgimp: add hglib path
author Augie Fackler <raf@durin42.com>
date Thu, 31 Aug 2017 10:10:23 -0400
parents dafd5586742e
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
160
dafd5586742e Add script to enable emacs keybindings in gtk
Augie Fackler <durin42@gmail.com>
parents:
diff changeset
1 #!/bin/sh
dafd5586742e Add script to enable emacs keybindings in gtk
Augie Fackler <durin42@gmail.com>
parents:
diff changeset
2 echo 'gtk-key-theme-name = "Emacs"' >>~/.gtkrc-2.0
dafd5586742e Add script to enable emacs keybindings in gtk
Augie Fackler <durin42@gmail.com>
parents:
diff changeset
3 gconftool -t string --set /desktop/gnome/interface/gtk_key_theme Emacs