Move avy, ace-link & ace-window out of core
They don't belong there, and ace-window is no longer a core dependency anyhow.
This commit is contained in:
parent
8a525005a9
commit
4aa65aa019
7 changed files with 11 additions and 7 deletions
|
@ -14,6 +14,11 @@
|
|||
;;
|
||||
;;; Reasonable defaults
|
||||
|
||||
;;;###package avy
|
||||
(setq avy-all-windows nil
|
||||
avy-background t)
|
||||
|
||||
|
||||
(after! epa
|
||||
(setq epa-file-encrypt-to
|
||||
(or epa-file-encrypt-to
|
||||
|
|
|
@ -1,6 +1,9 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; config/default/packages.el
|
||||
|
||||
(package! avy)
|
||||
(package! ace-link)
|
||||
|
||||
(unless (featurep! :editor evil)
|
||||
(package! winum)
|
||||
(package! expand-region))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue