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,21 @@
<p>Raw link: <a href="https://www.youtube.com/watch?v=7eWAfmABHMs">https://www.youtube.com/watch?v=7eWAfmABHMs</a></p>
<p>In this video I offer an introduction to the built-in bookmarking
framework of Emacs. Bookmarks are compartments that store arbitrary
data about files/contexts that we can retrieve on demand. They can
potentially work with practically every major-mode inside of Emacs and
can interface with other core features such as TRAMP to, e.g., restore
an Eshell buffer over a particular file access protocol.</p>
<p>The video also briefly covers my custom extensions for the bookmarks
list view as well as my handler function for making EWW compliant with
the standard <code>bookmark.el</code> library instead of its own bookmarking
facility.</p>
<p>All configurations and custom code are published on this website as part
of my dotemacs: <a href="https://protesilaos.com/emacs/dotemacs">https://protesilaos.com/emacs/dotemacs</a>. The link includes
references to the Git sources.</p>