mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user