From e4cb28fbe72d3bc454a63160fde2ced3c28072a4 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sun, 10 Sep 2017 09:41:16 +0200 Subject: [PATCH] =?UTF-8?q?[EShell]=20Defer=20loading=20of=20=E2=80=98db-e?= =?UTF-8?q?shell=E2=80=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/init.el b/init.el index 1b5c360..5900ec9 100644 --- a/init.el +++ b/init.el @@ -935,7 +935,9 @@ _h_ _l_ _o_k _y_ank (add-hook 'shell-mode-hook 'ansi-color-for-comint-mode-on) (add-hook 'comint-output-filter-functions 'comint-strip-ctrl-m))) -(use-package db-eshell) +(use-package eshell + :commands (eshell) + :config (use-package db-eshell)) ;; * Lisp