Sunday, July 10, 2016

various configs

I might as well put them in one place.

Emacs (from trunk):

./configure --without-pop --with-x-toolkit=lucid \
    --prefix=/usr/local/src --without-toolkit-scroll-bars \
    --without-compress-install --with-file-notification=yes \
    --with-wide-int --with-modules

XScreenSaver:

./configure --with-gl --with-gle --with-xft --with-xshm-ext \
    --with-pixbuf --with-xdbe-ext --with-readdisplay \
    --with-browser=/usr/bin/firefox

SBCL (1.3.x):

sh ./make.sh --fancy --with-sb-fasteval --without-sb-eval

nvi:

export EXINIT="set noeb sm verbose ruler showmode"

GTK:

~/.gtkrc-2.0:

gtk-key-theme-name = "Emacs"
include "/usr/share/themes/Emacs/gtk-2.0-key/gtkrc"
gtk-entry-select-on-focus = 0

~/.gtkrc-3.0:

gtk-key-theme-name = "Emacs"
include "/usr/share/themes/Emacs/gtk-3.0/gtk-keys.css"

~/.config/gtk-3.0/settings.ini:

[Settings]
gtk-key-theme-name = Emacs

lein:

~/.lein/profiles.clj:

{:user {:plugins [[cider/cider-nrepl "0.12.0"]
                  [lein-pprint "1.1.2"]
                  [lein-droid "0.4.4"]
                  [venantius/ultra "0.4.1"]
                  [lein-ancient "0.6.10"]]}
 :repl {:dependencies [^:displace [org.clojure/clojure "1.8.0"]]}
 :android-common {:android {:sdk-path "/home/fn/android-sdk"}}}

No comments: