This commit is contained in:
David Morgan 2023-02-01 06:59:39 +00:00
parent 6a4b65d198
commit be63636c94
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 4 additions and 0 deletions

View File

@ -58,6 +58,10 @@ Start `ielm' if it's not already running."
("C-c e e" . toggle-debug-on-error))))
(use-package eros
:hook
(emacs-lisp-mode . eros-mode))
(use-package erefactor)
(provide 'init-emacs-lisp)