core: use-package!->after! where former is unnecessary
This commit is contained in:
parent
fd979d8e52
commit
c7ddcefba9
1 changed files with 2 additions and 6 deletions
|
@ -366,9 +366,7 @@ treat Emacs as a non-application window."
|
||||||
(setq ansi-color-for-comint-mode t)
|
(setq ansi-color-for-comint-mode t)
|
||||||
|
|
||||||
|
|
||||||
(use-package! compile
|
(after! compile
|
||||||
:defer t
|
|
||||||
:config
|
|
||||||
(setq compilation-always-kill t ; kill compilation process before starting another
|
(setq compilation-always-kill t ; kill compilation process before starting another
|
||||||
compilation-ask-about-save nil ; save all buffers on `compile'
|
compilation-ask-about-save nil ; save all buffers on `compile'
|
||||||
compilation-scroll-output 'first-error)
|
compilation-scroll-output 'first-error)
|
||||||
|
@ -376,9 +374,7 @@ treat Emacs as a non-application window."
|
||||||
(add-hook 'compilation-filter-hook #'doom-apply-ansi-color-to-compilation-buffer-h))
|
(add-hook 'compilation-filter-hook #'doom-apply-ansi-color-to-compilation-buffer-h))
|
||||||
|
|
||||||
|
|
||||||
(use-package! ediff
|
(after! ediff
|
||||||
:defer t
|
|
||||||
:config
|
|
||||||
(setq ediff-diff-options "-w" ; turn off whitespace checking
|
(setq ediff-diff-options "-w" ; turn off whitespace checking
|
||||||
ediff-split-window-function #'split-window-horizontally
|
ediff-split-window-function #'split-window-horizontally
|
||||||
ediff-window-setup-function #'ediff-setup-windows-plain)
|
ediff-window-setup-function #'ediff-setup-windows-plain)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue