diff options
-rw-r--r-- | .emacs.d/lisp/init-smartparens.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.emacs.d/lisp/init-smartparens.el b/.emacs.d/lisp/init-smartparens.el index bd532d6..69a70ca 100644 --- a/.emacs.d/lisp/init-smartparens.el +++ b/.emacs.d/lisp/init-smartparens.el @@ -10,8 +10,6 @@ paredit-close-curly)) (use-package smartparens - ;; Use this fork until it is merged - :ensure (:host github :repo "thatismatt/smartparens") :diminish :custom (sp-base-key-bindings 'paredit) |