mirror of
https://github.com/emacscollective/emacs.g.git
synced 2025-07-26 11:24:25 -04:00
ediff: use a single frame
That's the safe default, which works for users of tiling window managers.
This commit is contained in:
parent
0c09dbd3f6
commit
4c72aeb908
4
init.el
4
init.el
@ -80,6 +80,10 @@
|
|||||||
:defer t
|
:defer t
|
||||||
:config (setq dired-listing-switches "-alh"))
|
:config (setq dired-listing-switches "-alh"))
|
||||||
|
|
||||||
|
(use-package ediff
|
||||||
|
:defer t
|
||||||
|
:config (setq ediff-window-setup-function 'ediff-setup-windows-plain))
|
||||||
|
|
||||||
(use-package eldoc
|
(use-package eldoc
|
||||||
:config (global-eldoc-mode))
|
:config (global-eldoc-mode))
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user