Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
eshell-vc seems to break when required before eshell finishes loading.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 23, 2008
1 parent 928285b commit 23d7ff3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion starter-kit-eshell.el
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,9 @@
(require 'em-prompt)
(require 'em-term)
(require 'em-cmpl)
(require 'eshell-vc)
;; TODO: for some reason requiring this here breaks it, but
;; requiring it after an eshell session is started works fine.
;; (require 'eshell-vc)
(setenv "PAGER" "cat")
(set-face-attribute 'eshell-prompt nil :foreground "turquoise1")
(add-hook 'eshell-mode-hook ;; for some reason this needs to be a hook
Expand Down

0 comments on commit 23d7ff3

Please sign in to comment.