equal
deleted
inserted
replaced
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 ":") |