From 0308a50f05d1d6afdf5695777faff1262e7982a1 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 7 Dec 2024 20:27:26 -0500 Subject: Add elpher for gemini browsing --- .config/emacs/modules/bd--shells.el | 3 +++ 1 file changed, 3 insertions(+) (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 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 -- cgit v1.2.3