Use page-break-lines mode and remove ediff.

This commit is contained in:
Tom Alexander 2023-09-08 15:58:55 -04:00
parent 993e773414
commit e0b5e893d8
Signed by: talexander
GPG Key ID: D3A179C9A53C0EDE

View File

@ -27,18 +27,16 @@
:config
(dashboard-setup-startup-hook))
(use-package ediff
:config
(setq ediff-window-setup-function 'ediff-setup-windows-plain)
(setq-default ediff-highlight-all-diffs 'nil)
(setq ediff-diff-options "-w"))
(when (version<= "26.0.50" emacs-version )
(add-hook 'prog-mode-hook 'display-line-numbers-mode)
(add-hook 'prog-mode-hook 'column-number-mode)
)
(use-package page-break-lines)
;; Display a horizontal line instead of ^L for page break characters
(use-package page-break-lines
:config
(global-page-break-lines-mode +1)
)
(use-package recentf
;; This is an emacs built-in but we're pulling the latest version