mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
10 lines
375 B
EmacsLisp
10 lines
375 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; config/default/packages.el
|
|
|
|
(package! avy :pin "509471bad0e8094b8639729ec39ca141fae7d4bd")
|
|
(package! drag-stuff :pin "6d06d846cd37c052d79acd0f372c13006aa7e7c8")
|
|
(package! link-hint :pin "7440704cacb5c0fab35fff8ec59d30fbea17f44a")
|
|
|
|
(unless (featurep! :editor evil)
|
|
(package! expand-region :pin "ea6b4cbb9985ddae532bd2faf9bb00570c9f2781"))
|