From 7a487ca2a299072254a7972461b54eea0affc972 Mon Sep 17 00:00:00 2001 From: David Morgan Date: Tue, 11 Oct 2022 13:34:59 +0100 Subject: [PATCH] Commit missed straight-related change --- .emacs.d/lisp/init-shell.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.emacs.d/lisp/init-shell.el b/.emacs.d/lisp/init-shell.el index 85bdbb5..81bdc4b 100644 --- a/.emacs.d/lisp/init-shell.el +++ b/.emacs.d/lisp/init-shell.el @@ -2,8 +2,7 @@ ;;; Commentary: ;;; Code: -(use-package eshell - :ensure nil +(use-feature eshell :bind ("C-x m " . eshell) :hook (eshell-pre-command . eshell-save-some-history)