diff options
author | JSDurand <mmemmew@gmail.com> | 2023-05-07 13:20:55 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2023-05-07 13:20:55 +0800 |
commit | 49003568e6d7819b955f15ac2eeb8887ded11e34 (patch) | |
tree | 59e12872a6e378843a6224a57e50f6e8e6d8dcb3 | |
parent | 024a2c7e8202c7e5cdbb50a8a9d4edd1986f363b (diff) |
bookmark: modify the bookmark list
* bookmark-conf.el: Add an external bookmark.
-rw-r--r-- | bookmark-conf.el | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index b3b1d98..6304927 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -359,15 +359,18 @@ BOOKMARK should be set by `durand-set-external-bookmark'." "https://protesilaos.com" "(External) prot") (cons - "https://wmail1.cc.ntu.edu.tw/rc/?_task=mail&_mbox=INBOX" - "(External) NTU mail") - (cons "https://dictionary.christian-steinert.de/#home" "(External) tibdict") - ;; "https://wmail1.cc.ntu.edu.tw/index.php?url=https%3A%2F%2Fwmail1.cc.ntu.edu.tw%2F" (cons "https://cool.ntu.edu.tw" "(External) cool ITA") + ;; "https://wmail1.cc.ntu.edu.tw/index.php?url=https%3A%2F%2Fwmail1.cc.ntu.edu.tw%2F" + (cons + "https://ambuda.org/texts/bodhicaryavatara/" + "(External) bodhicaryAvatAraH") + (cons + "https://wmail1.cc.ntu.edu.tw/rc/?_task=mail&_mbox=INBOX" + "(External) NTU mail") )) ;;; A much quicker alternative to `bookmark-write-file' |