diff options
author | JSDurand <mmemmew@gmail.com> | 2025-08-18 18:04:42 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2025-08-18 18:04:42 +0800 |
commit | 604304c5118ef138fbb57da85e8f045549934a13 (patch) | |
tree | 13ba276dea6bea06284c2f3d1f67ac0889e33e77 | |
parent | 1c034912af5f5364cf0e1473d85055ad9cee7119 (diff) |
bookmark: add two external links
Add two links about upanishadaH.
-rw-r--r-- | bookmark-conf.el | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index ff9983b..017a4f2 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -401,6 +401,12 @@ BOOKMARK should be set by `durand-set-external-bookmark'." (cons "https://wmail1.cc.ntu.edu.tw/rc/?_task=mail&_mbox=INBOX" "(External) NTU mail") + (cons + "https://www.brhvid.com/upanisad" + "(External) उपनिषदः") + (cons + "https://share1.chaoxing.com/share/mobile/mooc/tocourse/93004733?appId=" + "(External) अन्या उपनिषदः") )) ;;; A much quicker alternative to `bookmark-write-file' |