From 49003568e6d7819b955f15ac2eeb8887ded11e34 Mon Sep 17 00:00:00 2001 From: JSDurand Date: Sun, 7 May 2023 13:20:55 +0800 Subject: bookmark: modify the bookmark list * bookmark-conf.el: Add an external bookmark. --- bookmark-conf.el | 11 +++++++---- 1 file 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 @@ -358,16 +358,19 @@ BOOKMARK should be set by `durand-set-external-bookmark'." (cons "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' -- cgit v1.2.3-18-g5258