From 91796208b9c989f75f9fb64a688d32cd5ed877d3 Mon Sep 17 00:00:00 2001 From: David Thompson Date: Mon, 12 Sep 2016 11:51:26 -0400 Subject: emacs: Attempt to fix guix.el search path issues. --- dotfiles/.emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/dotfiles/.emacs.d/init.el b/dotfiles/.emacs.d/init.el index 30c284c..50222da 100644 --- a/dotfiles/.emacs.d/init.el +++ b/dotfiles/.emacs.d/init.el @@ -28,9 +28,6 @@ (add-to-list 'load-path (home-file "/.guix-profile/share/emacs/site-lisp")) -;; (add-to-list 'load-path -;; (home-file "/.guix-profile/share/emacs/site-lisp/guix.d/typo-1.1")) -;; (add-to-list 'load-path (home-file "/Code/guix/emacs")) (when-require 'guix-init (setf guix-dot-program (concat (getenv "HOME") "/.guix-profile/bin/dot"))) -- cgit v1.2.3