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

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

[nongnu] elpa/bind-map b59d7bbab7 40/97: Add note about dependence on ev


From: ELPA Syncer
Subject: [nongnu] elpa/bind-map b59d7bbab7 40/97: Add note about dependence on evil to README
Date: Thu, 20 Jan 2022 07:59:15 -0500 (EST)

branch: elpa/bind-map
commit b59d7bbab75918ad821425248c1b0c3d70a411f3
Author: justbur <justin@burkett.cc>
Commit: justbur <justin@burkett.cc>

    Add note about dependence on evil to README
---
 README.org | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.org b/README.org
index 93399ebada..ef78452602 100644
--- a/README.org
+++ b/README.org
@@ -30,6 +30,16 @@ symbols of the modes are used, it is not necessary to ensure 
that any of the
 mode's packages are loaded prior to this declaration. See the docstring of
 =bind-map= for more options.
 
+This package will only make use of evil if one of the evil related keywords is
+specified. This declaration, for example, makes no use of the evil package.
+
+#+BEGIN_SRC emacs-lisp
+(bind-map my-elisp-map
+  :keys ("M-m m" "M-RET")
+  :major-modes (emacs-lisp-mode
+                lisp-interaction-mode))
+#+END_SRC
+
 The idea behind this package is that you want to organize your personal 
bindings
 in a series of keymaps separate from built-in mode maps. You can simply add 
keys
 using the built-in =define-key= to =my-elisp-map= for example, and a 
declaration



reply via email to

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