doomemacs/modules/config/default/packages.el

10 lines
183 B
EmacsLisp
Raw Normal View History

;; -*- no-byte-compile: t; -*-
;;; config/default/packages.el
(package! avy)
2019-10-08 09:36:27 +08:00
(package! drag-stuff)
(package! link-hint)
(unless (featurep! :editor evil)
(package! expand-region))