From 394ed3eb4941cfe24ae5b6d6e4430f4fa7dbd8f3 Mon Sep 17 00:00:00 2001 From: MitchMarq42 Date: Sat, 11 Mar 2023 16:24:11 -0900 Subject: [PATCH] readme: re-indent --- README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.org b/README.org index eba322a..9a22d28 100644 --- a/README.org +++ b/README.org @@ -1,5 +1,5 @@ #+title: Personal working Emacs configuration -#+toc:nil +#+options: toc:nil Any introduction would be insufficient. A "literate" configuration would break many things. @@ -21,8 +21,8 @@ CONTROL FLOW 1. No args: run new Emacs instance, separate frame, windowed 2. existing file names: open each in new buffer (`find-file`?) ?(and window)? 1. non-existent file names - 1. if name of library, edit that library - 1. otherwise edit new file of that name in default-directory + 1. if name of library, edit that library + 1. otherwise edit new file of that name in default-directory 3. dash options 1. =-nw=​: open in same window 2. =--client=​: use =emacsclient= instead of =emacs=