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,22 @@
<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>