diff options
| author | James Nguyen <james@jojojames.com> | 2017-12-12 19:44:55 -0800 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2017-12-12 19:44:55 -0800 |
| commit | 77e6377f560a39bb393a7a1438ef4e9a6f9d4fbe (patch) | |
| tree | f9615cee72779d3fa6b584560a959c0db655da65 /evil-collection-python.el | |
| parent | 0c627016e00082b806ae66bac28228e8ebebd909 (diff) | |
Python: Require fully since it's part of Emacs
Diffstat (limited to 'evil-collection-python.el')
| -rw-r--r-- | evil-collection-python.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/evil-collection-python.el b/evil-collection-python.el index 01450c6..0b8e7d0 100644 --- a/evil-collection-python.el +++ b/evil-collection-python.el @@ -28,7 +28,7 @@ ;;; Code: (require 'evil) -(require 'python nil t) +(require 'python) (defun evil-collection-python-setup () "Set up `evil' bindings for `python'." |
