Malabarba / speed-of-thought-clojure

Write clojure at the speed of thought.
23 stars 3 forks source link

Not fixing dollars in post commands? #4

Open vspinu opened 7 years ago

vspinu commented 7 years ago

I am having trouble running this and sot mode.

If I do (sotclojure-turn-on-everywhere) insertion of commands with dollars doesn't work

(wl -> (when-let [$]| 

When I do (speed-of-thought-mode 1) I get Error in post-command-hook (sotlisp--move-to-$): (beginning-of-buffer) and the sotlisp--move-to-$ is kicked out of post-command hook.

What's the proper way to activate this? Or it's not yet ready for public consumption?

Malabarba commented 6 years ago

Sorry for the utter silence. If you install sotclojure you shouldn't need to do any special configuration, just activating speed-of-thought-mode should be enough (though that was buggy for a while in the past).

Are you still having this problem?

vspinu commented 6 years ago

ust activating speed-of-thought-mode should be enough (t

This doesn't work in my case. It works in elisp but not with clojure mode. I have both sotlisp and sotclojure installed.