branch: externals/org-real
commit dab4fc9d899481dd91ad66a82ca3f462e70a1439
Author: Tyler Grinn <[email protected]>
Commit: Tyler Grinn <[email protected]>
Updated readme
---
README.org | 6 +++---
demo/{org-real-mode.gif => boxy-mode.gif} | Bin
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/README.org b/README.org
index 07206ef..64f88a9 100644
--- a/README.org
+++ b/README.org
@@ -90,9 +90,9 @@ Keep track of real things as org-mode links.
(define-key org-mode-map (kbd "C-c r w") 'org-real-world)
#+end_src
-** Org Real mode
+** Boxy mode
- Once in Org Real mode, you can cycle the visibility level of all
+ Once in boxy mode, you can cycle the visibility level of all
children with =S-TAB= or use =TAB= to toggle the visibility of
children for a single box.
@@ -105,7 +105,7 @@ Keep track of real things as org-mode links.
- =r= Jump to the box directly related to the current box
- =TAB= expand/collapse children boxes
- [[file:demo/org-real-mode.gif]]
+ [[file:demo/boxy-mode.gif]]
* License
GPLv3
diff --git a/demo/org-real-mode.gif b/demo/boxy-mode.gif
similarity index 100%
rename from demo/org-real-mode.gif
rename to demo/boxy-mode.gif