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
|
@ -45,11 +45,6 @@ successfully sets indent_style/indent_size.")
|
|||
truncate-lines t
|
||||
truncate-partial-width-windows 50)
|
||||
|
||||
;; ediff
|
||||
(setq ediff-diff-options "-w"
|
||||
ediff-split-window-function #'split-window-horizontally
|
||||
ediff-window-setup-function #'ediff-setup-windows-plain)
|
||||
|
||||
(defun doom|check-large-file ()
|
||||
"Check if the buffer's file is large (see `doom-large-file-size'). If so, ask
|
||||
for confirmation to open it literally (read-only, disabled undo and in
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue