angelidis

Results 3 comments of angelidis

the metafox idea from ifab is really good. i think a lot of us are used from websites/phones where you can switch between dark and light themes easily depending on...

you need to do this: `repl_open_cmd = require("iron.view").split.vertical.botright(0.5)` here is how my setup looks: ``` iron.setup { config = { scratch_repl = true, should_map_plug = false, repl_definition = { sh...

hi, this is how you encode spaces in markdown when you can't represent them. a way to avoid them is to enclose the filename in angle brackets (). in your...