The ciiiircle of liiiife
This commit is contained in:
parent
0923903e93
commit
03c6c05677
29 changed files with 287 additions and 465 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue