diff options
| author | Somelauw <Somelauw@gmail.com> | 2021-11-17 21:46:08 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-11-17 21:46:08 +0100 |
| commit | 26ad08b5f629370f57690315102140878891ef61 (patch) | |
| tree | 77ddceff104a2fd438153daf835dc928cfcd8aa7 | |
| parent | c3ec94bc2fb79127826ea85509247f082bc394aa (diff) | |
| parent | cb894739cee02d862a2fb853e8b8d165f9ff22e9 (diff) | |
Merge pull request #96 from jmmathena/master
Remove evil-digit-bound-motions
| -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 |
