summary refs log tree commit diff
path: root/emacs/custom/my-eshell.el
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-10-24 08:01:08 -0700
committerFranck Cuny <franck@fcuny.net>2022-10-24 08:01:08 -0700
commitdb854fb8632de916e94eda361c102c0d71b53348 (patch)
treeee79c31d1037fe9c83cd37bdfced49ac8fda9563 /emacs/custom/my-eshell.el
parentfix(Emacs): don't restore GC settings after loading init.el (diff)
downloademacs.d-db854fb8632de916e94eda361c102c0d71b53348.tar.gz
fix(eshell): drop the bookmark module
Change-Id: Iac8a034c54a0232fc227ed5ca235e55db9d96eaa
Diffstat (limited to '')
-rw-r--r--emacs/custom/my-eshell.el1
1 files changed, 0 insertions, 1 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)