diff options
author | David Morgan <djm_uk@protonmail.com> | 2022-10-11 13:34:59 +0100 |
---|---|---|
committer | David Morgan <djm_uk@protonmail.com> | 2022-10-11 13:34:59 +0100 |
commit | 7a487ca2a299072254a7972461b54eea0affc972 (patch) | |
tree | 8d5cdf2c5827e658fb43411a7be03864b570d533 /.emacs.d/lisp | |
parent | 447465edb1c26bc8e3906ffae851f8d1f53f8e09 (diff) | |
download | dotfiles-7a487ca2a299072254a7972461b54eea0affc972.tar.gz |
Commit missed straight-related change
Diffstat (limited to '.emacs.d/lisp')
-rw-r--r-- | .emacs.d/lisp/init-shell.el | 3 |
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) |