From 5faf2c93d6c18b226d21a92c5a3a62f8b2cffaf2 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Tue, 16 Apr 2019 18:54:09 +0900 Subject: [PATCH] It breaks python-mode --- emacs.el | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/emacs.el b/emacs.el index 16504f4..a55ed7c 100644 --- a/emacs.el +++ b/emacs.el @@ -1138,11 +1138,11 @@ found, otherwise returns nil." (define-key python-mode-map (kbd "C-m") 'newline-and-indent)) (when (autoload-eval-lazily 'pipenv) - (declare-function pipenv-projectile-after-switch-default "pipenv") - (add-hook 'python-mode-hook - (lambda () - (pipenv-mode 1) - (pipenv-projectile-after-switch-default))) + ;; (declare-function pipenv-projectile-after-switch-default "pipenv") + ;; (add-hook 'python-mode-hook + ;; (lambda () + ;; (pipenv-mode 1) + ;; (pipenv-projectile-after-switch-default))) ) (set-variable 'flycheck-python-pycompile-executable "python3") (set-variable 'python-indent-guess-indent-offset nil)