src.nth.io/

summaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorLuke Hoersten <[email protected]>2013-07-05 13:47:47 -0500
committerLuke Hoersten <[email protected]>2013-07-05 13:47:47 -0500
commitf105abd73ba2b20616efd4be6554c79605efd2cb (patch)
tree2102f8c184c22e3948462278bf6dcdc95cffc003 /init.el
parent492872b12638e3f73ed5b9b12d2ef2dfeacfb747 (diff)
Still need to tell eshell it's an emacs term to get bash color.
Diffstat (limited to 'init.el')
-rw-r--r--init.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el
index e66cd03..d15387e 100644
--- a/init.el
+++ b/init.el
@@ -139,6 +139,7 @@
(global-set-key (kbd "C-c s") 'eshell) ; start shell
(exec-path-from-shell-initialize)
(eshell)
+(add-hook 'eshell-mode-hook '(setenv "TERM" "emacs"))
;;; uniquify
(setq