Python: Require fully since it's part of Emacs

This commit is contained in:
James Nguyen 2017-12-12 19:44:55 -08:00
parent 0c627016e0
commit 77e6377f56
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@
;;; Code:
(require 'evil)
(require 'python nil t)
(require 'python)
(defun evil-collection-python-setup ()
"Set up `evil' bindings for `python'."