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

22 lines
1.2 KiB
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=gRQ05rq03j4">https://www.youtube.com/watch?v=gRQ05rq03j4</a></p>
<p>In this video I demonstrate the custom extensions that I have written
from Emacs file manager program: <code>dired</code>. Dired is very powerful
out-of-the-box and those extras build on what is already available. In
short: (i) a general purpose command to insert the contents of
subdirectories in the current buffer, (ii) a more convenient tool to
limit the buffer to items that match (or not) a given regular
expression, (iii) commands to navigate subdirectory headings including
an <code>imenu</code> index, (iv) other utilities to determine the external program
for a certain file type.</p>
<p>I document everything at length in my dotemacs and also share the exact
configurations I use daily: <a href="https://protesilaos.com/emacs/dotemacs">https://protesilaos.com/emacs/dotemacs</a>.</p>
<p>Everything is part of my dotfiles repository (and the source code
contains informative documentation strings):
<a href="https://gitlab.com/protesilaos/dotfiles">https://gitlab.com/protesilaos/dotfiles</a>.</p>