about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--.emacs.d/lisp/init-shell.el3
1 files changed, 1 insertions, 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)