diff options
| -rw-r--r-- | evil-org.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/evil-org.el b/evil-org.el index cd45cf5..c04eae4 100644 --- a/evil-org.el +++ b/evil-org.el @@ -632,7 +632,6 @@ Includes tables, list items and subtrees." ;;; Keythemes (defun evil-org--populate-base-bindings () "Bindings that are always available." - (add-to-list 'evil-digit-bound-motions 'evil-org-beginning-of-line) (evil-define-key 'motion 'evil-org-mode (kbd "0") 'evil-org-beginning-of-line (kbd "$") 'evil-org-end-of-line |
