doom: Add ajrepl for Janet

This commit is contained in:
Payas Relekar 2023-10-02 08:49:13 +05:30
parent 39548aafab
commit 77d325e02f

View file

@ -180,6 +180,13 @@ Tangle ~packages.el~ from within org-mode.
(package! ebdb)
(package! aio)
(package! ajrepl
:recipe (:type git
:host github
:repo "sogaiu/ajrepl"
:files (:defaults ("ajrepl/"
"ajrepl/*"))))
#+end_src
* Modus-themes
Customize Modus-themes a little to make it more peppy and vibrant.
@ -1091,6 +1098,12 @@ When Emacs is opened in Windows Subsystem for Linux, open web links in Firefox o
:mode ("\\.janet\\'" . janet-ts-mode)
:config
(require 'janet-ts-experiment))
(use-package! ajrepl
:after janet-ts-mode
:config
(add-hook 'janet-ts-mode-hook
#'ajrepl-interaction-mode))
#+end_src
** Lua