mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
9 lines
160 B
EmacsLisp
9 lines
160 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; config/default/packages.el
|
|
|
|
(package! avy)
|
|
(package! ace-link)
|
|
|
|
(unless (featurep! :editor evil)
|
|
(package! expand-region))
|