Skip to content

Commit

Permalink
Switch off smartparens properly.
Browse files Browse the repository at this point in the history
We don't want to use smartparens strict mode either, when we're using
paredit.
  • Loading branch information
Wilfred committed Nov 13, 2015
1 parent f07f6c2 commit ee90b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions user-lisp/lisp-customisations.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
;; Use paredit for all the lisp modes I use.
(defun switch-on-paredit ()
(turn-off-smartparens-mode)
(smartparens-strict-mode -1)
(paredit-mode 1))

(dolist (hook
Expand Down

0 comments on commit ee90b2f

Please sign in to comment.