Update README.md

This commit is contained in:
James Cherti
2025-03-13 18:30:54 -04:00
parent d8258bd89d
commit 9eca2ef558

View File

@@ -905,14 +905,14 @@ To prevent Emacs from saving customization information to a custom file, set `cu
(pixel-scroll-precision-mode 1))
;; Display the time in the modeline
(display-time-mode 1)
(add-hook 'after-init-hook 'display-time-mode)
;; Paren match highlighting
(show-paren-mode 1)
(add-hook 'after-init-hook 'show-paren-mode)
;; Track changes in the window configuration, allowing undoing actions such as
;; closing windows.
(winner-mode 1)
(add-hook 'after-init-hook 'winner-mode)
;; Replace selected text with typed text
;; (delete-selection-mode 1)