Skip to content

ftravers/lumo-file-string-replace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

to use:

run the command: repl.sh command to start a lumo (external) repl.

from spacemacs, to connect to this run the function: M-x lumo-repl

do kill it, do: M-x lumo-quit

The script is run with go.sh

setup spacemacs

Add inf-clojure as an additional package: dotspacemacs-additional-packages ‘(inf-clojure)

Put the following under the section: user (defun dotspacemacs/user-config () ;; Lumo (defun lumo-repl () (interactive) (cider-mode) (inf-clojure-minor-mode) (inf-clojure-connect “localhost” 5044))

(defun lumo-quit () (interactive) (inf-clojure-quit) (inf-clojure-minor-mode) (cider-mode)))

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •