Skip to content

Commit

Permalink
Smartparens mode for interactive python
Browse files Browse the repository at this point in the history
  • Loading branch information
regob committed Oct 15, 2024
1 parent 75b274f commit c23afca
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lisp/init-smartparens.el
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@
((css-mode . smartparens-mode)
(prog-mode . smartparens-mode)
(org-mode . smartparens-mode)
(ielm . smartparens-mode))
(ielm . smartparens-mode)
(inferior-python-mode . smartparens-mode))

:bind
(("C-M-f" . sp-forward-sexp)
Expand Down

0 comments on commit c23afca

Please sign in to comment.