On Fri, Apr 24, 2009 at 12:42:11PM +0200, Ludovic Courtès wrote:
> --8<---------------cut here---------------start------------->8---
> (setq load-path
>       (cons (concat (getenv "HOME") "/.nix-profile/share/emacs/site-lisp")
>           load-path))
> --8<---------------cut here---------------end--------------->8---

(add-to-list 'load-path "~/.nix-profile/share/emacs/site-lisp")
(require 'pydb)
(require 'bashdb)

That's what I've been using which works as well. It even is shorter?

Sincerly
Marc Weber
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev

Reply via email to