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 452b917 commit 155c8a0Copy full SHA for 155c8a0
Cask
@@ -1,7 +1,7 @@
1
(source melpa)
2
(source gnu)
3
4
-(package "smartparens" "1.11.0"
+(package "smartparens" ""
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.11.0" "Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
- '((dash "2.13.0")
- (cl-lib "0.3")))
+(define-package "smartparens" "1.11.0"
+ "Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
+ '((dash "2.13.0") (cl-lib "0.3") (emacs "24")))
0 commit comments