Update README.md

This commit is contained in:
James Cherti
2025-03-09 09:19:11 -04:00
parent 2e95fff1cb
commit 20be0215b6

View File

@@ -825,14 +825,6 @@ Other optional packages that may be useful include:
:hook :hook
(emacs-lisp-mode . page-break-lines-mode)) (emacs-lisp-mode . page-break-lines-mode))
;; Highlights escape sequences in strings for better visibility
(use-package easy-escape
:ensure t
:defer t
:commands easy-escape-minor-mode
:config
(set-face-attribute 'easy-escape-face nil :foreground "red"))
;; Provides automatic formatting for Emacs Lisp code ;; Provides automatic formatting for Emacs Lisp code
(use-package elisp-autofmt (use-package elisp-autofmt
:ensure t :ensure t