9 lines
183 B
EmacsLisp
9 lines
183 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; config/default/packages.el
|
|
|
|
(package! avy)
|
|
(package! drag-stuff)
|
|
(package! link-hint)
|
|
|
|
(unless (featurep! :editor evil)
|
|
(package! expand-region))
|