doomemacs/modules/config/default/packages.el

9 lines
160 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
;;; config/default/packages.el
(package! avy)
(package! ace-link)
(unless (featurep! :editor evil)
(package! expand-region))