aboutsummaryrefslogtreecommitdiff
path: root/evil-digraphs.el
diff options
context:
space:
mode:
authorVegard Øye <vegard_oye@hotmail.com>2011-11-26 18:27:27 +0100
committerVegard Øye <vegard_oye@hotmail.com>2011-11-26 18:27:27 +0100
commit076130d88d4c3f4aa8f9ee1ff9537cb79ea2dce1 (patch)
treee2fe1dce355e99afd6b882960822b91d9abc364c /evil-digraphs.el
parent0b0a2b9f0400529124225b07d981d5d4499aecdc (diff)
Restructure the code
Merge evil-motions.el, evil-operators.el and evil-window.el into evil-commands.el. Merge evil-insert.el, evil-visual.el and evil-replace.el into evil-states.el. Merge evil-interactive.el and evil-types.el into evil-types.el. Merge evil-compatibility.el and evil-undo.el into evil-common.el. Move macros into evil-macros.el.
Diffstat (limited to 'evil-digraphs.el')
-rw-r--r--evil-digraphs.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/evil-digraphs.el b/evil-digraphs.el
index 00414b7..6a245af 100644
--- a/evil-digraphs.el
+++ b/evil-digraphs.el
@@ -10,7 +10,8 @@
An element is a cons cell of the digraph and its character replacement,
where the digraph is a list of two characters.
See also `evil-digraphs-table'."
- :type '(alist :key-type (list character character) :value-type character)
+ :type '(alist :key-type (list character character)
+ :value-type character)
:require 'evil-digraphs
:group 'evil-digraphs)