The Lambda Lab
/
projects
/
elpher.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bd17e1f
)
Added missing call to bookmark-maybe-load-default-file.
author
plugd
<plugd@thelambdalab.xyz>
Tue, 27 Jul 2021 14:13:30 +0000
(16:13 +0200)
committer
plugd
<plugd@thelambdalab.xyz>
Tue, 27 Jul 2021 14:13:30 +0000
(16:13 +0200)
elpher.el
patch
|
blob
|
history
diff --git
a/elpher.el
b/elpher.el
index
9b78582
..
bdb7aab
100644
(file)
--- a/
elpher.el
+++ b/
elpher.el
@@
-1863,6
+1863,7
@@
To bookmark the link at point use \\[elpher-bookmark-link]."
(error "Command not supported for bookmarks page"))
(elpher-with-clean-buffer
(insert " ---- Elpher Bookmarks ---- \n\n")
+ (bookmark-maybe-load-default-file)
(let ((bookmarks (bookmark-maybe-sort-alist)))
(if bookmarks
(dolist (bookmark bookmarks)