diff options
Diffstat (limited to 'modules/custom-ordering.el')
| -rw-r--r-- | modules/custom-ordering.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/modules/custom-ordering.el b/modules/custom-ordering.el index f6972910..81490b65 100644 --- a/modules/custom-ordering.el +++ b/modules/custom-ordering.el @@ -21,9 +21,8 @@ ;;; Code: (require 'cl-lib) +(require 'keybindings) ;; provides cj/custom-keymap -;; cj/custom-keymap defined in keybindings.el -(eval-when-compile (defvar cj/custom-keymap)) (defvar cj/ordering-map) (defun cj/--arrayify (start end quote &optional prefix suffix) |
