X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=blobdiff_plain;f=config.org;h=287e2fd2a499a5f5dabb580683a140dc78fe45c1;hp=ad3a026ff8fb012b99d6f60560bdd13634957a9a;hb=c879f566146a679375c8c2d111c205bf1c84f5d9;hpb=a03c75be433673ce1294a2c5c21d1900b0415059 diff --git a/config.org b/config.org index ad3a026..287e2fd 100644 --- a/config.org +++ b/config.org @@ -386,7 +386,7 @@ Contexts are a not very well known feature of mu4e that makes it super easy to m Set EWW as default browser except for multimedia which should open in MPV. #+begin_src emacs-lisp (defun browse-url-mpv (url &optional new-window) - "Open URL in MPV." + "Ask MPV to load URL." (interactive) (start-process "mpv" "*mpv*" "mpv" url))