From db854fb8632de916e94eda361c102c0d71b53348 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Mon, 24 Oct 2022 08:01:08 -0700 Subject: fix(eshell): drop the bookmark module Change-Id: Iac8a034c54a0232fc227ed5ca235e55db9d96eaa --- emacs/custom/my-eshell.el | 1 - emacs/custom/my-packages.el | 3 --- 2 files changed, 4 deletions(-) diff --git a/emacs/custom/my-eshell.el b/emacs/custom/my-eshell.el index bf9a0b4..bd3b192 100644 --- a/emacs/custom/my-eshell.el +++ b/emacs/custom/my-eshell.el @@ -188,7 +188,6 @@ append to it, while separating multiple outputs with (add-hook 'eshell-mode-hook 'my/eshell-mode-setup) (add-hook 'eshell-mode-hook 'my/eshell-current-command-time-track) (add-hook 'eshell-mode-hook 'eshell-smart-initialize) -(add-hook 'eshell-mode-hook 'eshell-bookmark-setup) (provide 'my-eshell) diff --git a/emacs/custom/my-packages.el b/emacs/custom/my-packages.el index a31b5ee..809080f 100644 --- a/emacs/custom/my-packages.el +++ b/emacs/custom/my-packages.el @@ -47,9 +47,6 @@ (straight-use-package 'elfeed) (straight-use-package 'elfeed-org) -;; packages for eshell -(straight-use-package 'eshell-bookmark) - ;; packages for various text modes (straight-use-package 'markdown-mode) (straight-use-package 'yasnippet) -- cgit 1.4.1