diff options
author | John Turner <jturner.usa@gmail.com> | 2023-07-16 00:45:01 -0400 |
---|---|---|
committer | John Turner <jturner.usa@gmail.com> | 2023-07-16 00:45:01 -0400 |
commit | 4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3 (patch) | |
tree | b49cc7c8493e7c277a23f10c324fc4fde9967418 /init/ediff | |
parent | e166c4beaeddbf362e500ac20bd03c37a69a0ac0 (diff) | |
download | emacs.d-4058ea89d9c6a82ec0dac504e7205cbf22c9ceb3.tar.gz |
converted init code to use use-package
Diffstat (limited to 'init/ediff')
-rw-r--r-- | init/ediff/init-ediff.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/init/ediff/init-ediff.el b/init/ediff/init-ediff.el deleted file mode 100644 index 01a02b2..0000000 --- a/init/ediff/init-ediff.el +++ /dev/null @@ -1,4 +0,0 @@ -(setq ediff-split-window-function 'split-window-horizontally - ediff-window-setup-function 'ediff-setup-windows-plain) - -(provide 'init-ediff) |