Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
This optional argument should be a URL we can feed for the mpv
process.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Does the same thing but is inbuilt.
|
|
|
|
Having to use JS in my Emacs means disabling a few things.
|
|
|
|
Usually I'm using eshell to go to some directory and launch dired,
find-file, compile, etc. In that case, the smaller window makes no
sense.
|
|
|
|
|
|
|
|
Mostly for a binding for mpv-open-video and to load it earlier for
org-bookmark
|
|
This will allow for easy automation when using ytsearch: every pair of
results can be wrapped in this expression to generate the videos I
want.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
To match st.
|
|
|
|
org-babel-tangle-file works doesn't alter timestamps if it thinks the
Emacs Lisp file it could produce isn't any different from the one
already there. We've already done the stat check, and don't
particularly care for what org-babel-tangle-file thinks. Hence we
should delete the file to force org-babel-tangle-file to generate a
new file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|