Skip to content

Instantly share code, notes, and snippets.

Created December 2, 2009 22:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/247657 to your computer and use it in GitHub Desktop.
Save anonymous/247657 to your computer and use it in GitHub Desktop.
;;; This was installed by package-install.el.
;;; This provides support for the package system and
;;; interfacing with ELPA, the package archive.
;;; Move this code earlier if you want to reference
;;; packages in your .emacs.
(when
(load
(expand-file-name "~/.emacs.d/elpa/package.el"))
(package-initialize))
(set-language-environment "UTF-8")
(setq slime-net-coding-system 'utf-8-unix)
(setq swank-clojure-jar-path "Users/simon/src/clojure/lib/clojure.jar")
(setq swank-clojure-extra-classpaths
(list "Users/simon/src/clojure/lib/clojure-contrib.jar"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment