emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/objed 2ff1a49 007/216: Improve Readme


From: Stefan Monnier
Subject: [elpa] externals/objed 2ff1a49 007/216: Improve Readme
Date: Tue, 8 Jan 2019 12:28:59 -0500 (EST)

branch: externals/objed
commit 2ff1a49226e2548ff2aa159074d22f75e86e9ef6
Author: Clemera <address@hidden>
Commit: Clemera <address@hidden>

    Improve Readme
---
 README.asc | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.asc b/README.asc
index 1704c12..cd4929e 100644
--- a/README.asc
+++ b/README.asc
@@ -47,7 +47,9 @@ The object type used for initialization is determined by the 
mapping
 of the entry command (see `objed-cmd-alist`). For example using
 `beginning-of-defun` will activate `objed` using the `defun` object as
 initial object type. With command `next-line`, `objed` would
-initialize with the `line` object.
+initialize with the `line` object. To activate `objed` without
+movement you can use `objed-activate`, bound to kbd:[M-SPC] by
+default. It uses the region as initial object type.
 
 Objeds modal state provides basic movement commands which move by
 line, word or character. Those switch automatically to the
@@ -346,10 +348,13 @@ which you downloaded the code. Otherwise manually add it 
to your
 
 ```elisp
 (require 'objed)
+;; activating the mode is optional, you can activate objed 
+;; always manually using `objed-activate' 
 (objed-mode)
 ```
 
 
+
 == Contribute
 
 I'm happy to receive pull requests or ideas to improve this



reply via email to

[Prev in Thread] Current Thread [Next in Thread]