7 lines
222 B
EmacsLisp
Raw Normal View History

2016-10-17 10:11:13 +02:00
(define-package "smartparens" "20161015.1227" "Automatic insertion, wrapping and paredit-like navigation with user defined pairs."
'((dash "2.12.1")
(cl-lib "0.3")))
;; Local Variables:
;; no-byte-compile: t
;; End: