From de0dd64073fc87e699d3efb0c6346550b4fe0cd3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Fri, 9 Oct 2015 13:28:58 -0400 Subject: emacs: Load elisp for development Guix. --- dotfiles/.emacs.d/init.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dotfiles/.emacs.d/init.el') diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index 649c8f4..4b187a3 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -15,6 +15,11 @@ (add-to-list 'load-path (concat (getenv "HOME") "/.guix-profile/share/emacs/site-lisp")) +(add-to-list 'load-path + (concat (getenv "HOME") "/Code/guix/emacs")) + +(when-require 'guix-init + (setf guix-dot-program (concat (getenv "HOME") "/.guix-profile/bin/dot"))) (require 'package) (add-to-list 'package-archives -- cgit v1.2.3