Advertisement
Guest User

Untitled

a guest
May 26th, 2011
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.68 KB | None | 0 0
  1. (add-to-list 'load-path "~/.emacs.d/")
  2. (require 'package)
  3. (add-to-list 'package-archives
  4. '("marmalade" . "http://marmalade-repo.org/packages/"))
  5. (custom-set-variables
  6. ;; custom-set-variables was added by Custom.
  7. ;; If you edit it by hand, you could mess it up, so be careful.
  8. ;; Your init file should contain only one such instance.
  9. ;; If there is more than one, they won't work right.
  10. '(inferior-lisp-program "lein repl"))
  11. (custom-set-faces
  12. ;; custom-set-faces was added by Custom.
  13. ;; If you edit it by hand, you could mess it up, so be careful.
  14. ;; Your init file should contain only one such instance.
  15. ;; If there is more than one, they won't work right.
  16. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement