diff options
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r-- | .config/emacs/modules/bd--shells.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el index 67415e9..ae34bbe 100644 --- a/.config/emacs/modules/bd--shells.el +++ b/.config/emacs/modules/bd--shells.el @@ -5,8 +5,7 @@ ;;;; term -(defalias 'term 'ansi-term) - +(with-eval-after-load "term" (defalias 'term 'ansi-term)) ;;;; eshell (defun bd/get-prompt-path () |