diff options
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 1c769c2..b35367c 100644 --- a/init.el +++ b/init.el | |||
@@ -136,7 +136,7 @@ | |||
136 | (cons (+browse-url-secondary-browser-regexps-combine) ; non-text websites | 136 | (cons (+browse-url-secondary-browser-regexps-combine) ; non-text websites |
137 | browse-url-secondary-browser-function) | 137 | browse-url-secondary-browser-function) |
138 | (cons "." ; everything else | 138 | (cons "." ; everything else |
139 | browse-url-browser-function))) | 139 | +browse-url-browser-function))) |
140 | ;; Transform URLs before passing to `browse-url' | 140 | ;; Transform URLs before passing to `browse-url' |
141 | (:option +browse-url-transformations `((,(rx "//" (or "youtube.com" | 141 | (:option +browse-url-transformations `((,(rx "//" (or "youtube.com" |
142 | "youtu.be")) | 142 | "youtu.be")) |