init.el
changeset 62 e1b944f16acb
parent 61 c0319c5df048
child 63 814f5588d0d4
equal deleted inserted replaced
61:c0319c5df048 62:e1b944f16acb
   137 
   137 
   138 ;;; terminal
   138 ;;; terminal
   139 (global-set-key (kbd "C-c s") 'eshell) ; start shell
   139 (global-set-key (kbd "C-c s") 'eshell) ; start shell
   140 (exec-path-from-shell-initialize)
   140 (exec-path-from-shell-initialize)
   141 (eshell)
   141 (eshell)
       
   142 (add-hook 'eshell-mode-hook '(setenv "TERM" "emacs"))
   142 
   143 
   143 ;;; uniquify
   144 ;;; uniquify
   144 (setq
   145 (setq
   145  uniquify-buffer-name-style 'post-forward
   146  uniquify-buffer-name-style 'post-forward
   146  uniquify-separator ":")
   147  uniquify-separator ":")