From 44b17acafe209c255c39599d99c16bbe96c09558 Mon Sep 17 00:00:00 2001 From: finga Date: Tue, 5 Jan 2016 14:47:39 +0100 Subject: [PATCH] deactivated shell in emacs files: .emacs.d/init.el --- .emacs.d/init.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 3d6aeee..b0374fd 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -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)