Skip to content

Commit

Permalink
turning on SP in repl modes
Browse files Browse the repository at this point in the history
  • Loading branch information
ruph committed May 23, 2016
1 parent 21ba6e6 commit 112c1bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lisp/packages.el
Expand Up @@ -283,6 +283,9 @@
(show-smartparens-global-mode t)
(add-hook 'prog-mode-hook 'turn-on-smartparens-mode)
(add-hook 'markdown-mode-hook 'turn-on-smartparens-mode)
(add-hook 'nodejs-repl-mode-hook 'turn-on-smartparens-mode)
(add-hook 'php-boris-mode-hook 'turn-on-smartparens-mode)
(add-hook 'inferior-python-mode-hook 'turn-on-smartparens-mode)

;;; {}, comments in C-like-modes
(sp-with-modes '(php-mode js2-mode rust-mode)
Expand Down

0 comments on commit 112c1bd

Please sign in to comment.