Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View danluu's full-sized avatar

Dan Luu danluu

  • https://danluu.com
  • Vancouver, BC
View GitHub Profile
@danluu
danluu / config.log
Last active December 19, 2015 04:38
brew libgphoto2
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.
It was created by libgphoto2 photo camera library configure 2.5.2, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ ./configure --disable-dependency-tracking --prefix=/usr/local/Cellar/libgphoto2/2.5.2 CFLAGS=-D_DARWIN_C_SOURCE
## --------- ##
## Platform. ##
(defun reset-swank ()
"Because changing swank-clojure-extra-classpaths is not enough
to force a new instance of slime to use it."
(interactive)
(setq slime-lisp-implementations
(assq-delete-all 'clojure slime-lisp-implementations))
(add-to-list 'slime-lisp-implementations
`(clojure ,(swank-clojure-cmd) :init swank-clojure-
init) t))