aboutsummaryrefslogtreecommitdiff
path: root/bard-elisp
diff options
context:
space:
mode:
authorbard <[email protected]>2024-03-26 18:01:06 -0400
committerbard <[email protected]>2024-03-26 18:01:06 -0400
commit53819b7be6e212f67e4ab74c3b86e807ab202eb7 (patch)
treec97a483e38250ddf098771a2638598741ba79b9f /bard-elisp
parent23bfe1a260de4f71e8718b0eef9e20c1bd9dcacf (diff)
modularize and change banner
Diffstat (limited to 'bard-elisp')
-rw-r--r--bard-elisp/bard-eshell.el8
1 files changed, 0 insertions, 8 deletions
diff --git a/bard-elisp/bard-eshell.el b/bard-elisp/bard-eshell.el
index ac3abf3..856bd55 100644
--- a/bard-elisp/bard-eshell.el
+++ b/bard-elisp/bard-eshell.el
@@ -79,12 +79,4 @@ open the directory in a `dired' buffer."
((not in-eshellp) (switch-to-buffer (car buffers)))
(t (select-or-create (completing-read "Select Shell:" (cons "New eshell" names)))))))
-(global-set-key (kbd "C-z") nil)
-(define-key global-map (kbd "C-z e") #'eshell-switcher)
-(with-eval-after-load "esh-mode"
- (define-key eshell-mode-map (kbd "C-c f") #'bard/eshell-find-file-at-point)
- (define-key eshell-mode-map (kbd "C-c h") #'prot-eshell-narrow-output-highlight-regexp)
- (define-key eshell-mode-map (kbd "C-c d") #'prot-eshell-complete-recent-dir)
- (define-key eshell-mode-map (kbd "M-k") #'eshell-kill-input))
-
(provide 'bard-eshell.el)