diff options
-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' |