mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
10 lines
183 B
EmacsLisp
10 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))
|