Skip to content

Commit

Permalink
[python] fix config issue for native-comp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lin Sun authored and smile13241324 committed Jun 20, 2022
1 parent 31ccdca commit e74610d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+lang/python/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
(use-package code-cells
:if (not (configuration-layer/layer-used-p 'ipython-notebook))
:defer t
:init
:config
(progn
(add-hook 'python-mode-hook 'code-cells-mode)
(spacemacs/set-leader-keys-for-minor-mode 'code-cells-mode
Expand Down

0 comments on commit e74610d

Please sign in to comment.