summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Thompson <dthompson@vistahigherlearning.com>2016-09-12 11:51:26 -0400
committerDavid Thompson <dthompson@vistahigherlearning.com>2019-01-28 16:22:40 -0500
commit91796208b9c989f75f9fb64a688d32cd5ed877d3 (patch)
tree08d1b104d03e53331f28517f659db3352eb77c14
parent3a3a5250232f64f32700fa673939d47ed7e28247 (diff)
emacs: Attempt to fix guix.el search path issues.
-rw-r--r--dotfiles/.emacs.d/init.el3
1 files changed, 0 insertions, 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")))