Skip to content

Commit e74610d

Browse files
Lin Sunsmile13241324
authored andcommitted
[python] fix config issue for native-comp
1 parent 31ccdca commit e74610d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layers/+lang/python/packages.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
(use-package code-cells
101101
:if (not (configuration-layer/layer-used-p 'ipython-notebook))
102102
:defer t
103-
:init
103+
:config
104104
(progn
105105
(add-hook 'python-mode-hook 'code-cells-mode)
106106
(spacemacs/set-leader-keys-for-minor-mode 'code-cells-mode

0 commit comments

Comments
 (0)