summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2022-01-03 22:32:20 -0600
committerCase Duckworth2022-01-03 22:32:20 -0600
commitae6ac318265181a05fe977274d5b0c5d94f5c46b (patch)
tree0c5a67d470fab77f09dc5d8c5b1ee3a03ce16af2
parentRemove spurious auth-info files (diff)
downloademacs-ae6ac318265181a05fe977274d5b0c5d94f5c46b.tar.gz
emacs-ae6ac318265181a05fe977274d5b0c5d94f5c46b.zip
Correct typo
-rw-r--r--init.el2
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"))