diff options
author | bd <bdunahu@operationnull.com> | 2024-12-07 20:27:26 -0500 |
---|---|---|
committer | bd <bdunahu@operationnull.com> | 2024-12-07 21:29:39 -0500 |
commit | 0308a50f05d1d6afdf5695777faff1262e7982a1 (patch) | |
tree | 6e2a28a4fa6356e9e71e7375748162a05c84b912 /.config/emacs/modules/bd--shells.el | |
parent | 59c898ea14d841864bde19da65b8498d9b0f0a39 (diff) |
Add elpher for gemini browsing
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 |