summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-09 16:39:30 -0500
committerCase Duckworth2021-09-09 16:39:30 -0500
commit443b20a3a6a2127ad45a0627c1bf7e4e80ed4044 (patch)
tree5c94b9fbb44456788948d5dddb5f319061bcdd50 /init.el
parentAdd `tildify-mode' (diff)
downloademacs-443b20a3a6a2127ad45a0627c1bf7e4e80ed4044.tar.gz
emacs-443b20a3a6a2127ad45a0627c1bf7e4e80ed4044.zip
Add `browse-url-in-teddit' function
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el index 601bcc4..a794594 100644 --- a/init.el +++ b/init.el
@@ -1224,7 +1224,7 @@ specific to most general, they are these:
1224 w3m-link 1224 w3m-link
1225 w3m-message-link)) 1225 w3m-message-link))
1226 (link-hint-define-type type 1226 (link-hint-define-type type
1227 :open-secondary browse-url-secondary-browser-function)) 1227 :open-secondary browse-url-secondary-browser-function))
1228 1228
1229 (:option link-hint-avy-style 'at) 1229 (:option link-hint-avy-style 'at)
1230 (:global "C-;" 1230 (:global "C-;"