mirror of
https://github.com/doomemacs/doomemacs.git
synced 2025-12-27 12:21:39 -08:00
9 lines
182 B
EmacsLisp
9 lines
182 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; config/default/packages.el
|
|
|
|
(package! avy)
|
|
(package! ace-link)
|
|
(package! drag-stuff)
|
|
|
|
(unless (featurep! :editor evil)
|
|
(package! expand-region))
|