From: Armaan Bhojwani Date: Sun, 30 May 2021 22:48:37 +0000 (-0400) Subject: Update docstring X-Git-Url: https://git.armaanb.net/?p=config.org.git;a=commitdiff_plain;h=c879f566146a679375c8c2d111c205bf1c84f5d9 Update docstring --- 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))