noctuid/link-hint.el@8d8f950 -> noctuid/link-hint.el@0d9cabc magnars/expand-region.el@0fa7c2d -> magnars/expand-region.el@1603d01
9 lines
255 B
EmacsLisp
9 lines
255 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; config/default/packages.el
|
|
|
|
(package! avy :pin "cf95ba9582")
|
|
(package! drag-stuff :pin "6d06d846cd")
|
|
(package! link-hint :pin "0d9cabcdb7")
|
|
|
|
(unless (featurep! :editor evil)
|
|
(package! expand-region :pin "1603d01fbf"))
|