mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-04-23 19:40:24 +10:00
10 lines
182 B
EmacsLisp
10 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))
|