diff options
| author | noctuid <noct@openmailbox.org> | 2017-12-17 22:26:31 -0500 |
|---|---|---|
| committer | Pierre Neidhardt <ambrevar@gmail.com> | 2018-03-23 14:22:06 +0530 |
| commit | 1853b53a8daf908244e83b8437aa2a0fb744a681 (patch) | |
| tree | 0518265a9ea9f2b5407b33198bca9006ad86c729 /evil-collection-simple.el | |
| parent | 488b3d8fe7f40fe964ff722ddd246e919b3cc633 (diff) | |
Add key translation functionality
Also add evil-collection-setup-hook. Fixes #5 and #98.
Diffstat (limited to 'evil-collection-simple.el')
| -rw-r--r-- | evil-collection-simple.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/evil-collection-simple.el b/evil-collection-simple.el index d50bb61..23326ed 100644 --- a/evil-collection-simple.el +++ b/evil-collection-simple.el @@ -24,14 +24,16 @@ ;; along with this program. If not, see <http://www.gnu.org/licenses/>. ;;; Commentary: -;;; Bindings for `simple' +;; Bindings for `simple' +;;; Code: (require 'evil) (require 'simple) (defvar special-mode-map) -;;; Code: +(defconst evil-collection-simple-maps '(special-mode-map)) + (defun evil-collection-simple-setup () "Set up `evil' bindings for `simple'." (evil-define-key '(normal visual) special-mode-map |
