deactivated shell in emacs

files: .emacs.d/init.el
This commit is contained in:
finga 2016-01-05 14:47:39 +01:00
parent e00a62cde5
commit 44b17acafe

View file

@ -42,8 +42,8 @@
(setq european-calender-style t)
;; Run a shell with zsh
(shell)
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
;;(shell)
;;(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
;; Display of current function (which function mode)
(which-function-mode 1)