We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63f871e commit 253afc4Copy full SHA for 253afc4
Cask
@@ -1,7 +1,7 @@
1
(source melpa)
2
(source gnu)
3
4
-(package "smartparens" "1.8.0"
+(package "smartparens" "1.9.0"
5
"Automatic insertion, wrapping and paredit-like navigation with user defined pairs.")
6
7
(depends-on "cl-lib" "0.3")
smartparens-pkg.el
@@ -1,3 +1,3 @@
-(define-package "smartparens" "1.8.0" "Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
+(define-package "smartparens" "1.9.0" "Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
'((dash "2.13.0")
(cl-lib "0.3")))
0 commit comments