From 5cf1dc72f1a22ff6b2428d0f1f439f1c8d30c576 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 9 Mar 2024 22:21:34 -0700 Subject: Added alpha patch to dwm, minor cleanup --- .config/emacs/modules/bd--shells.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/emacs/modules/bd--shells.el') 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 () -- cgit v1.2.3