emacs/var/elfeed/db/data/2e/2e6f46f4ed48086aba8fc06a0a061175fa1ef244
2022-01-03 12:49:32 -06:00

17 lines
1,012 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<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/dotemacs">https://protesilaos.com/dotemacs</a>. The link includes
references to the Git sources.</p>