Activate smartparens in python REPL

This commit is contained in:
Jeremy Dormitzer 2020-06-04 15:11:15 -04:00
parent a6ec1ac5ca
commit 2ce0b2bcc7

View File

@ -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)
" "