You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I enable pipenv, with (add-hook 'python-mode-hook #'pipenv-mode). I get 5File mode specification error: (void-function pipenv-mode)
Hit C-c C-c: 6run-hooks: Symbol's function definition is void: pipenv-mode
-UU-:----F1 tst.py Top (1,0) (Python Undo-Tree) ----------------------------------------------
1Warning (initialization): An error occurred while loading /home/hoon/.emacs.d/init.el': 2 3Symbol's function definition is void: use-package 4 5To ensure normal operation, you should investigate and remove the 6cause of the error in your initialization file. Start Emacs with 7the --debug-init' option to view a complete error backtrace.
on:
GNU Emacs 24.5.1
(simulation-RVBo82bs) ~/warehousing$ uname -a
Linux 4.13.0-1019-gcp #23-Ubuntu SMP Thu May 31 16:13:34 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 16.04 on gCloud
I am also using evil mode.
Is there way to get my python C-c C-c back with pipenv.el?
Thank u much,
SHY
The text was updated successfully, but these errors were encountered:
Hi:
When I enable pipenv, with
(add-hook 'python-mode-hook #'pipenv-mode)
. I get5File mode specification error: (void-function pipenv-mode)
Hit
C-c C-c:
6run-hooks: Symbol's function definition is void: pipenv-mode
so I attempted:
-UU-:----F1 tst.py Top (1,0) (Python Undo-Tree) ----------------------------------------------
1Warning (initialization): An error occurred while loading
/home/hoon/.emacs.d/init.el': 2 3Symbol's function definition is void: use-package 4 5To ensure normal operation, you should investigate and remove the 6cause of the error in your initialization file. Start Emacs with 7the
--debug-init' option to view a complete error backtrace.on:
GNU Emacs 24.5.1
(simulation-RVBo82bs) ~/warehousing$ uname -a
Linux 4.13.0-1019-gcp #23-Ubuntu SMP Thu May 31 16:13:34 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
Ubuntu 16.04 on gCloud
I am also using evil mode.
Is there way to get my python C-c C-c back with pipenv.el?
Thank u much,
SHY
The text was updated successfully, but these errors were encountered: