Update README.md

This commit is contained in:
James Cherti
2025-03-09 09:23:10 -04:00
parent 20be0215b6
commit cf1712dd5f

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))
;; Provides automatic formatting for Emacs Lisp code
(use-package elisp-autofmt
:ensure t
:defer t
:commands (elisp-autofmt-mode
elisp-autofmt-buffer
elisp-autofmt-region))
;; Provides functions to find references to functions, macros, variables, ;; Provides functions to find references to functions, macros, variables,
;; special forms, and symbols in Emacs Lisp ;; special forms, and symbols in Emacs Lisp
(use-package elisp-refs (use-package elisp-refs