mirror of
https://github.com/doomemacs/doomemacs
synced 2025-09-28 16:51:08 -05:00
The ciiiircle of liiiife
This commit is contained in:
@@ -15,5 +15,18 @@
|
||||
|
||||
(add-to-list 'quickrun-file-alist '("\\.gvy$" . "groovy")))
|
||||
|
||||
(use-package repl-toggle
|
||||
:commands (rtog/toggle-repl rtog/add-repl)
|
||||
:config
|
||||
(setq rtog/goto-buffer-fun 'popwin:pop-to-buffer
|
||||
rtog/mode-repl-alist
|
||||
'((php-mode . php-boris)
|
||||
(python-mode . run-python)
|
||||
(lua-mode . run-lua)
|
||||
(emacs-lisp-mode . ielm)
|
||||
(ruby-mode . inf-ruby)
|
||||
(js2-mode . nodejs-repl)))
|
||||
)
|
||||
|
||||
(provide 'core-quickrun)
|
||||
;;; core-quickrun.el ends here
|
||||
|
Reference in New Issue
Block a user