mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Make deprecated :repl setting DRY
This commit is contained in:
@ -18,7 +18,7 @@ function that creates and returns the REPL buffer."
|
|||||||
;;;###autoload
|
;;;###autoload
|
||||||
(def-setting! :repl (mode command)
|
(def-setting! :repl (mode command)
|
||||||
:obsolete set-repl-handler!
|
:obsolete set-repl-handler!
|
||||||
`(push (cons ,mode ,command) +eval-repls))
|
`(set-repl-handler! ,mode ,command))
|
||||||
|
|
||||||
|
|
||||||
;;
|
;;
|
||||||
|
Reference in New Issue
Block a user