Minor edits to the bookmark section of Doom config.

This commit is contained in:
Derek Taylor
2023-01-14 09:17:08 -06:00
parent d9fbe0bd9f
commit 3da07cb4fe
2 changed files with 15 additions and 0 deletions

View File

@@ -1,8 +1,12 @@
(beacon-mode 1)
(setq bookmark-default-file "~/.config/doom/bookmarks")
(map! :leader
(:prefix ("b". "buffer")
:desc "List bookmarks" "L" #'list-bookmarks
:desc "Set bookmark" "m" #'bookmark-set
:desc "Delete bookmark" "M" #'bookmark-set
:desc "Save current bookmarks to bookmark file" "w" #'bookmark-save))
(global-auto-revert-mode 1)