summaryrefslogtreecommitdiff
path: root/.config/emacs/modules/bd--shells.el
diff options
context:
space:
mode:
authorbd <bdunahu@operationnull.com>2025-01-06 18:36:45 -0700
committerbd <bdunahu@operationnull.com>2025-01-06 18:36:45 -0700
commit5ced9532fa6c5ec80bc8ca850d7c5254bf51e729 (patch)
tree03f7b48efedc28249095f247372ce1f49a89e5f7 /.config/emacs/modules/bd--shells.el
parent4db48f7097e8e6f6afcb93193fdd4047970a63e2 (diff)
Minor fixups, remove emacs-transmission, dwim-cursor-mode (C-a + M-m)
Diffstat (limited to '.config/emacs/modules/bd--shells.el')
-rw-r--r--.config/emacs/modules/bd--shells.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el
index 06e2752..3fe3b64 100644
--- a/.config/emacs/modules/bd--shells.el
+++ b/.config/emacs/modules/bd--shells.el
@@ -50,7 +50,7 @@
(set-text-properties (point-min) (point-max) nil)
(erase-buffer)
(eval eshell-banner-message)))
- (defun eshell/open (file)
+ (defun eshell/o (file)
(interactive)
(find-file file))
(setopt eshell-buffer-maximum-lines 7500))