diff options
author | Case Duckworth | 2021-10-05 14:23:47 -0500 |
---|---|---|
committer | Case Duckworth | 2021-10-05 14:23:47 -0500 |
commit | 3f7a8703edbdc0be14e5dca52dd736d9711c07b7 (patch) | |
tree | 634e794219d60dfcd043d79e7096390a7c8fc786 /init.el | |
parent | Change quoting style (diff) | |
download | emacs-3f7a8703edbdc0be14e5dca52dd736d9711c07b7.tar.gz emacs-3f7a8703edbdc0be14e5dca52dd736d9711c07b7.zip |
Replace ytel with ytdious
Better interface
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/init.el b/init.el index fb6a8c9..4ad55a9 100644 --- a/init.el +++ b/init.el | |||
@@ -2470,14 +2470,15 @@ If used with a numeric prefix argument N, N backticks will be inserted." | |||
2470 | 2470 | ||
2471 | (setup (:straight xr)) | 2471 | (setup (:straight xr)) |
2472 | 2472 | ||
2473 | (setup (:straight-when ytel | 2473 | (setup (:straight-when ytdious |
2474 | (executable-find "mpv")) | 2474 | (executable-find "mpv")) |
2475 | (:also-load acdw-ytel) | 2475 | (:also-load acdw-ytel) ; so named because I used ytel first |
2476 | ;; This might need to be changed depending on whether the instance goes down. | 2476 | (:option ytdious-invidious-api-url "https://invidious.snopyta.org") |
2477 | (:option ytel-invidious-api-url "https://invidious.snopyta.org") | ||
2478 | (:hook #'hl-line-mode) | 2477 | (:hook #'hl-line-mode) |
2479 | (:bind "v" #'acdw/ytel-watch | 2478 | (:global "C-c y" #'ytdious) |
2480 | "w" #'acdw/ytel-copy-link)) | 2479 | (:bind "v" #'acdw/ytdious-watch |
2480 | "w" #'acdw/ytdious-copy-link | ||
2481 | "q" #'acdw/ytdious-quit)) | ||
2481 | 2482 | ||
2482 | (setup (:straight zzz-to-char) | 2483 | (setup (:straight zzz-to-char) |
2483 | 2484 | ||