chlorine-clover

2023-08-04T18:16:36.259039Z

Is there a way to eval a symbol without selecting it?

mauricio.szabo 2023-08-04T22:30:27.802089Z

No, but you can add a custom command to do it

mauricio.szabo 2023-08-04T22:33:16.542449Z

First, run "Chlorine: Open Config". Then, on that file, type:

(defn eval-symbol []
  (p/let [contents (editor/get-var)]
    (editor/eval-and-render contents)))

mauricio.szabo 2023-08-04T22:33:50.759719Z

Save the file - you'll get a new command "Chlorine: Eval Symbol"

❤️ 1