mirror of
https://github.com/doomemacs/doomemacs.git
synced 2026-03-31 02:11:18 -07:00
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))
|