Ediff config was moved out of core. Also includes evil compatibility (mvoed out of feature/evil) & wconf save/restore.
5 lines
117 B
EmacsLisp
5 lines
117 B
EmacsLisp
;; -*- no-byte-compile: t; -*-
|
|
;;; emacs/ediff/packages.el
|
|
|
|
(when (featurep! :feature evil)
|
|
(package! evil-ediff))
|