New emacs/ediff module
Ediff config was moved out of core. Also includes evil compatibility (mvoed out of feature/evil) & wconf save/restore.
This commit is contained in:
parent
e2d055a40b
commit
bdee28609a
5 changed files with 31 additions and 9 deletions
5
modules/emacs/ediff/packages.el
Normal file
5
modules/emacs/ediff/packages.el
Normal file
|
@ -0,0 +1,5 @@
|
|||
;; -*- no-byte-compile: t; -*-
|
||||
;;; emacs/ediff/packages.el
|
||||
|
||||
(when (featurep! :feature evil)
|
||||
(package! evil-ediff))
|
Loading…
Add table
Add a link
Reference in a new issue