summaryrefslogtreecommitdiff
path: root/README.org
diff options
context:
space:
mode:
Diffstat (limited to 'README.org')
-rw-r--r--README.org12
1 files changed, 7 insertions, 5 deletions
diff --git a/README.org b/README.org
index 056204b..98032b6 100644
--- a/README.org
+++ b/README.org
@@ -1,4 +1,4 @@
-Brief Mode / Brief Emulator / Brief Editor -*- mode: org; -*-
+# Brief Mode / Brief Emulator / Brief Editor -*- mode: org; -*-
#+STARTUP: showall
#+STARTUP: hidestars
@@ -106,10 +106,10 @@ this Brief Mode.
|---------------------------------------------+---------------------|
| 'G'oto line: | =<Alt>-G= |
|---------------------------------------------+---------------------|
- | 'L'ine oriented text selecting: | =<Alt>-L= |
+ | 'L'ine oriented text selection: | =<Alt>-L= |
| followed by cursor movements | |
|---------------------------------------------+---------------------|
- | 'C'olumn oriented text selecting: | =<Alt>-C= |
+ | 'C'olumn oriented text selection: | =<Alt>-C= |
| followed by cursor movements | |
|---------------------------------------------+---------------------|
| Start line 'M'arking: | =<Alt>-M= |
@@ -353,7 +353,8 @@ this Brief Mode.
|---------------------------------------------------+------------------------|
-* There are some less favored default Emacs settings which makes the editing
+* Less favored default Emacs settings:
+ There are some less favored default Emacs settings which makes the editing
experience in Emacs quite unlike others, especially for programmers. For
example, text wrapping is by default enabled so a program line could easily
wrapped to next line if window size changed; text scrolling is jumppy in both
@@ -382,7 +383,8 @@ this Brief Mode.
Or you can refer to the source code "brief.el" for function `brief-easy-start'.
-* For more details like Cygwin 2.x users note, please check the comments in the
+* Cygwin:
+ For more details like Cygwin 2.x users note, please check the comments in the
source code "brief.el".
Luke Lee