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)
|
(setq european-calender-style t)
|
||||||
|
|
||||||
;; Run a shell with zsh
|
;; Run a shell with zsh
|
||||||
(shell)
|
;;(shell)
|
||||||
(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
|
;;(add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on)
|
||||||
|
|
||||||
;; Display of current function (which function mode)
|
;; Display of current function (which function mode)
|
||||||
(which-function-mode 1)
|
(which-function-mode 1)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue