summaryrefslogtreecommitdiff
path: root/evil-collection-python.el
diff options
context:
space:
mode:
authorJames Nguyen <james@jojojames.com>2017-12-12 19:44:55 -0800
committerJames Nguyen <james@jojojames.com>2017-12-12 19:44:55 -0800
commit77e6377f560a39bb393a7a1438ef4e9a6f9d4fbe (patch)
treef9615cee72779d3fa6b584560a959c0db655da65 /evil-collection-python.el
parent0c627016e00082b806ae66bac28228e8ebebd909 (diff)
Python: Require fully since it's part of Emacs
Diffstat (limited to 'evil-collection-python.el')
-rw-r--r--evil-collection-python.el2
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'."