diff options
author | bd <bdunahu@colostate.edu> | 2024-03-09 22:21:34 -0700 |
---|---|---|
committer | bd <bdunahu@colostate.edu> | 2024-03-09 22:21:34 -0700 |
commit | 5cf1dc72f1a22ff6b2428d0f1f439f1c8d30c576 (patch) | |
tree | c156e2174a0c53a2e7790a0bdbb57319b3528574 /.config/emacs/modules/bd--shells.el | |
parent | 443504c783443e568148bc467d740381deaf814c (diff) |
Added alpha patch to dwm, minor cleanup
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 () |