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=