diff options
-rw-r--r-- | dotfiles/.emacs.d/init.el | 3 |
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"))) |