2019-03-09 03:41:26 -05:00
|
|
|
;; -*- no-byte-compile: t; -*-
|
|
|
|
;;; config/default/packages.el
|
|
|
|
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! avy :pin "cf95ba9582")
|
|
|
|
(package! drag-stuff :pin "6d06d846cd")
|
|
|
|
(package! link-hint :pin "8d8f9505f8")
|
2019-05-01 01:47:27 -04:00
|
|
|
|
2019-04-21 19:59:44 -04:00
|
|
|
(unless (featurep! :editor evil)
|
2020-01-25 03:49:42 -05:00
|
|
|
(package! expand-region :pin "0fa7c2d349"))
|