Skip to content

Commit

Permalink
Rename obsolete variable sp--lisp-modes' with sp-lisp-modes'
Browse files Browse the repository at this point in the history
  • Loading branch information
junkw committed Jan 30, 2016
1 parent 9f30961 commit d640f0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion configs/init-smartparens.el
Expand Up @@ -36,7 +36,7 @@

;; Enable in global, but work as strict in every lisp mode
(smartparens-global-mode +1)
(add-hooks sp--lisp-modes #'smartparens-strict-mode)
(add-hooks sp-lisp-modes #'smartparens-strict-mode)

;; Highlight matching pairs
(setq sp-show-pair-delay 0)
Expand Down

0 comments on commit d640f0e

Please sign in to comment.