alphapapa / alphapapa/burly.el
[Feature Request] burly-open-last-bookmark can cross session.
Đang mở
enhancement
help wanted
- Ngôn ngữ chính
- Emacs Lisp
- Star
- 326
- Fork
- 15
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Mô tả
That is, it can restore the last bookmark which i saved in current emacs session.
e.g.
before restart emacs, i save to bookmark1, then reboot emacs
when i restart emacs, then run `bury-open-list-bookmark`, i expected i can restore
previous `bookmark1` immedately.
For how to use this feature .e.g. i can add a hook like this:
```cl
(if (and (fboundp 'daemonp) (daemonp))
(add-hook 'after-make-frame-functions 'burly-open-last-bookmark t)
)
```
When my emacs restart, will open previous bookmark automatically.
Thank you.
Hướng dẫn đóng góp
Chưa lập chỉ mục được hướng dẫn đóng góp cho kho mã nguồn này
Đánh giá
Issue này chưa được đánh giá.