1
0
Fork 0

[oni-bookmark] Automatically save my bookmarks when I change them

This commit is contained in:
Tom Willemse 2022-11-13 16:58:03 -08:00
parent 67c77bb277
commit 0d12314877

View file

@ -4,7 +4,7 @@
;; Author: Tom Willemse <tom@ryuslash.org>
;; Keywords: local
;; Version: 2021.0715.223038
;; Version: 2022.1112.172428
;; Package-Requires: (oni-data-dir)
;; This program is free software; you can redistribute it and/or modify
@ -32,6 +32,10 @@
(require 'bookmark)
(require 'oni-data-dir)
;; Discovered through
;; https://github.com/novoid/dot-emacs/blob/23c28944f1991c636ea71ec7d5c3d266e6dbeb8a/config.org#bookmarks
(setq bookmark-save-flag 1)
(setq bookmark-default-file (oni-data-dir-locate "bookmarks"))
(provide 'oni-bookmark)