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

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

[elpa] externals/objed 4c4ab09 06/16: Add objed-activate example


From: Clemens Radermacher
Subject: [elpa] externals/objed 4c4ab09 06/16: Add objed-activate example
Date: Mon, 4 Feb 2019 07:46:26 -0500 (EST)

branch: externals/objed
commit 4c4ab09bc4c594ba51ff0f60bfcc19d076612554
Author: Clemens Radermacher <address@hidden>
Commit: Clemens Radermacher <address@hidden>

    Add objed-activate example
---
 README.asc | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.asc b/README.asc
index 5642ba8..1c5ed39 100644
--- a/README.asc
+++ b/README.asc
@@ -448,9 +448,10 @@ Add this to your init file:
 ```elisp
 (add-to-list 'load-path "/<path-to>/objed")
 (require 'objed)
-;; activating the mode is optional, you can activate objed
-;; always manually using `objed-activate'
 (objed-mode)
+;; activating the mode is optional, you can activate objed
+;; always manually using `objed-activate' for example:
+;; (global-set-key (kbd "M-SPC") 'objed-activate)
 ```
 
 == Contribute



reply via email to

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