readme: re-indent

This commit is contained in:
MitchMarq42 2023-03-11 16:24:11 -09:00
parent 6670a94f36
commit 394ed3eb49

View File

@ -1,5 +1,5 @@
#+title: Personal working Emacs configuration #+title: Personal working Emacs configuration
#+toc:nil #+options: toc:nil
Any introduction would be insufficient. Any introduction would be insufficient.
A "literate" configuration would break many things. A "literate" configuration would break many things.
@ -21,8 +21,8 @@ CONTROL FLOW
1. No args: run new Emacs instance, separate frame, windowed 1. No args: run new Emacs instance, separate frame, windowed
2. existing file names: open each in new buffer (`find-file`?) ?(and window)? 2. existing file names: open each in new buffer (`find-file`?) ?(and window)?
1. non-existent file names 1. non-existent file names
1. if name of library, edit that library 1. if name of library, edit that library
1. otherwise edit new file of that name in default-directory 1. otherwise edit new file of that name in default-directory
3. dash options 3. dash options
1. =-nw=: open in same window 1. =-nw=: open in same window
2. =--client=: use =emacsclient= instead of =emacs= 2. =--client=: use =emacsclient= instead of =emacs=