trying to fix

This commit is contained in:
Chris Cochrun 2022-01-03 12:41:35 -06:00
parent fa407dfeb6
commit e013d7569e
22945 changed files with 447936 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<p>Raw link: <a href="https://www.youtube.com/watch?v=nX6Cj9BqOY4">https://www.youtube.com/watch?v=nX6Cj9BqOY4</a></p>
<p>In this video I present an implementation of <code>append-to-buffer</code>. This
is an Emacs function for accumulating text (one of many). I combine
it with the power of a keyboard macro, window switching, and the
built-in shell prompt (<code>shell</code>), to ultimately run a Bash script in a
loop—a real productivity boost.</p>
<p>Please note that the lag I experience while executing the macro is due
to my underpowered hardware and the conditions I am recording in. My
sincere apologies!</p>
<p>Though not relevant to the demo, here is my Emacs configuration file:
<a href="https://protesilaos.com/emacs/dotemacs">protesilaos.com/emacs/dotemacs</a>.</p>