view unixSoft/otherbin/enable-emacs-in-gtk.sh @ 511:a6d9af3fdc50

emacs: rip out packages I no longer use
author Augie Fackler <raf@durin42.com>
date Thu, 18 Feb 2021 11:16:43 -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