Mercurial > dotfiles
view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 442:5e6b1240684c
shell.d: add script to set some environment variables for openssl
author | Augie Fackler <raf@durin42.com> |
---|---|
date | Sat, 15 Jul 2017 13:00:27 -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