diff options
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r-- | .config/emacs/modules/bd--shells.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el index f75e450..21b88d0 100644 --- a/.config/emacs/modules/bd--shells.el +++ b/.config/emacs/modules/bd--shells.el @@ -7,6 +7,9 @@ (add-to-list 'exec-path "/home/bdunahu/.local/bin") +(use-package em-module + :init + (add-to-list 'eshell-modules-list 'eshell-smart)) (use-package esh-mode :custom |