VL
Size: a a a
VL
¥
VL
¥
VL
VL
VL
VL
VL
¥
¥
¥
¥
I didn’t understand the `defn` at line 1, column 1 in 'REPL':
(defn a [] (+ 1 2) (+ 2 4))
Is it valid? Every `defn` needs to follow the form `(defn name [arg] body)`. at REPL:1:2.
¥
AP
AP
D
(use-package python-mode
:defer t
:init
(add-hook 'python-mode-hook
(lambda ()
(setq indent-tabs-mode t)
(setq tab-width 4)
(setq python-indent-offset 4)))
)