Activate smartparens in python REPL
This commit is contained in:
parent
a6ec1ac5ca
commit
2ce0b2bcc7
@ -1361,7 +1361,8 @@ Smartparens enables structured editing of s-expressions and other pairs:
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(use-package smartparens
|
(use-package smartparens
|
||||||
:hook ((prog-mode . smartparens-strict-mode)
|
:hook ((prog-mode . smartparens-strict-mode)
|
||||||
(eshell-mode . smartparens-strict-mode))
|
(eshell-mode . smartparens-strict-mode)
|
||||||
|
(inferior-python-mode . smartparens-strict-mode))
|
||||||
:init
|
:init
|
||||||
(defhydra hydra-smartparens (:hint nil)
|
(defhydra hydra-smartparens (:hint nil)
|
||||||
"
|
"
|
||||||
|
Loading…
Reference in New Issue
Block a user