diff options
author | Case Duckworth | 2022-04-12 13:17:54 -0500 |
---|---|---|
committer | Case Duckworth | 2022-04-12 13:17:54 -0500 |
commit | c0a0df1e3ca45820c88c07bd4781230b6af32c74 (patch) | |
tree | 5179bc1393a407af96ac5f9af1ea430e78810ecd | |
parent | Require '_work (diff) | |
download | emacs-c0a0df1e3ca45820c88c07bd4781230b6af32c74.tar.gz emacs-c0a0df1e3ca45820c88c07bd4781230b6af32c74.zip |
Add comment
-rw-r--r-- | init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init.el b/init.el index 992d8d6..77a6d1a 100644 --- a/init.el +++ b/init.el | |||
@@ -172,6 +172,7 @@ | |||
172 | browse-url-firefox-new-window-is-tab t) | 172 | browse-url-firefox-new-window-is-tab t) |
173 | (defvar +invidious-host | 173 | (defvar +invidious-host |
174 | ;; TODO: Add variables for other transformations and what-not. | 174 | ;; TODO: Add variables for other transformations and what-not. |
175 | ;; ... or enable trying multiple servers | ||
175 | "invidious.snopyta.org" | 176 | "invidious.snopyta.org" |
176 | "Host for invidious instance.") | 177 | "Host for invidious instance.") |
177 | ;; Set up external browsing URLs. | 178 | ;; Set up external browsing URLs. |