deactivated shell in emacs
files: .emacs.d/init.el
This commit is contained in:
parent
e00a62cde5
commit
44b17acafe
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue