shell: remove usage of use-package for comint

This commit is contained in:
syl20bnr 2015-11-29 22:34:55 -05:00
parent d850fbc9aa
commit 64caca76c3

View file

@ -209,10 +209,7 @@ is achieved by adding the relevant text properties."
(spacemacs/set-leader-keys "p$t" 'projectile-multi-term-in-root)))))
(defun shell/init-comint ()
(use-package comint
:defer t
:init
(setq comint-prompt-read-only t)))
(setq comint-prompt-read-only t))
(defun shell/init-shell ()
(defun shell-comint-input-sender-hook ()