[oni-bookmark] Automatically save my bookmarks when I change them
This commit is contained in:
parent
67c77bb277
commit
0d12314877
1 changed files with 5 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue