Add auto-updating of bookmarks

This commit is contained in:
2024-08-27 11:28:29 -07:00
parent 06c33df30d
commit 181dd2d533
2 changed files with 18 additions and 6 deletions

View File

@ -241,8 +241,9 @@ if cmd_exists direnv; then
fi
# Bookmarks
[[ -v BM_MODE ]] || BM_CWD_LS=1
[[ -v BM_CWD_LS ]] || BM_CWD_LS=1
[[ -v BM_MODE ]] || BM_MODE=daemon
[[ -v BM_AUTO_RELOAD ]] || BM_AUTO_RELOAD=1
source "${ZSH_CONFIG_DIR}/emacs-bookmark.zsh"
# Platform specific stuff