diff options
author | JSDurand <mmemmew@gmail.com> | 2021-11-06 14:30:07 +0800 |
---|---|---|
committer | JSDurand <mmemmew@gmail.com> | 2021-11-06 14:30:07 +0800 |
commit | 993b4e9042f84b231c95018eeaf909859caf0542 (patch) | |
tree | dba79f9be63a1d3851ae8431a99553fb13d55d8e | |
parent | a6409c2c21bde798ffb30b6256630ff35659c1c5 (diff) |
add NTU cool bookmark
* bookmark-conf.el: add a bookmark to open NTU cool.
* view-conf.el (durand-open-targets): Add a link to an online Tibetan
dictionary.
-rw-r--r-- | bookmark-conf.el | 3 | ||||
-rw-r--r-- | view-conf.el | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/bookmark-conf.el b/bookmark-conf.el index f20dfff..87e14e6 100644 --- a/bookmark-conf.el +++ b/bookmark-conf.el @@ -249,6 +249,9 @@ BOOKMARK should be set by `durand-set-external-bookmark'." "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/courses/7680" + "(External) NTU cool ITA") )) diff --git a/view-conf.el b/view-conf.el index 530bab9..5c832e4 100644 --- a/view-conf.el +++ b/view-conf.el @@ -130,6 +130,8 @@ If ARG is '(16), view the battery information." ;;; Open things +;; OBSOLETE: This is almost superseded by the built-in bookmarks. + ;;;###autoload (defvar durand-open-targets nil "Targets to open by `durand-open-object'. @@ -148,6 +150,7 @@ targets.") "https://www.facebook.com" "https://protesilaos.com" "https://wmail1.cc.ntu.edu.tw/rc/?_task=mail&_mbox=INBOX" + "https://dictionary.christian-steinert.de/#home" ;; "https://wmail1.cc.ntu.edu.tw/index.php?url=https%3A%2F%2Fwmail1.cc.ntu.edu.tw%2F" )) (list "Terminal" "open" "-a" "Terminal" (list |