mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user